diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index a836087d..0578e5f1 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4 with: path: | ~/.m2/repository diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml index e2eebd9d..c932bf7a 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4 with: path: | ~/.m2/repository