diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index 130a14202c..c175077ea7 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@53aa38c736a561b9c17b62df3fe885a17b78ee6d + uses: actions/cache@36f1e144e1c8edb0a652766b484448563d8baf46 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - name: Cache SonarCloud packages - uses: actions/cache@53aa38c736a561b9c17b62df3fe885a17b78ee6d + uses: actions/cache@36f1e144e1c8edb0a652766b484448563d8baf46 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index 6c4dd4651c..515bb77df2 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@53aa38c736a561b9c17b62df3fe885a17b78ee6d + uses: actions/cache@36f1e144e1c8edb0a652766b484448563d8baf46 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - name: Cache SonarCloud packages - uses: actions/cache@53aa38c736a561b9c17b62df3fe885a17b78ee6d + uses: actions/cache@36f1e144e1c8edb0a652766b484448563d8baf46 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar