diff --git a/.github/workflows/main-pull-request-build.yml b/.github/workflows/main-pull-request-build.yml index 13d5504875e..81710fd3868 100644 --- a/.github/workflows/main-pull-request-build.yml +++ b/.github/workflows/main-pull-request-build.yml @@ -22,7 +22,7 @@ jobs: distribution: 'temurin' - name: Cache Maven packages - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 with: path: ~/.m2 key: ${{ runner.os }}-tomee10-pr-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/main-push-build.yml b/.github/workflows/main-push-build.yml index 2b98ed51c41..f03e9665721 100644 --- a/.github/workflows/main-push-build.yml +++ b/.github/workflows/main-push-build.yml @@ -22,7 +22,7 @@ jobs: distribution: 'temurin' - name: Cache Maven packages - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 with: path: ~/.m2 key: ${{ runner.os }}-tomee10-m2-${{ hashFiles('**/pom.xml') }}