diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index 3a2a239fd6..71636a97cf 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -32,14 +32,14 @@ jobs: distribution: 'temurin' - name: Cache Maven packages - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 + uses: actions/cache@8469c94c6a180dfb41a1bd7e1b46ac557ea124f1 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - name: Cache SonarCloud packages - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 + uses: actions/cache@8469c94c6a180dfb41a1bd7e1b46ac557ea124f1 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index 10c57f0035..acb75b3838 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -34,14 +34,14 @@ jobs: distribution: 'temurin' - name: Cache Maven packages - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 + uses: actions/cache@8469c94c6a180dfb41a1bd7e1b46ac557ea124f1 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - name: Cache SonarCloud packages - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 + uses: actions/cache@8469c94c6a180dfb41a1bd7e1b46ac557ea124f1 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar