diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 0578e5f1..3f44a4ff 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -40,7 +40,7 @@ jobs: distribution: 'temurin' java-version: '21' - name: Cache local Maven repository - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5 with: path: | ~/.m2/repository @@ -103,7 +103,7 @@ jobs: gpg-private-key: ${{ secrets.PMD_CI_GPG_PRIVATE_KEY }} - name: Cache local Maven repository - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5 with: path: | ~/.m2/repository diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml index c932bf7a..4a09db66 100644 --- a/.github/workflows/publish-snapshot.yml +++ b/.github/workflows/publish-snapshot.yml @@ -39,7 +39,7 @@ jobs: distribution: temurin java-version: '21' - name: Cache local Maven repository - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5 with: path: | ~/.m2/repository @@ -93,7 +93,7 @@ jobs: gpg-private-key: ${{ secrets.PMD_CI_GPG_PRIVATE_KEY }} - name: Cache local Maven repository - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5 with: path: | ~/.m2/repository