diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 847f26671..015306b03 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -33,7 +33,7 @@ jobs: server-password: ${{ secrets.CENTRAL_PASSWORD }} - name: Cache local Maven repository - uses: actions/cache@640a1c2554105b57832a23eea0b4672fc7a790d5 + uses: actions/cache@358a7306cd9d78ceffc19271e69cd8528462fccf with: path: ~/.m2/repository key: ${{ runner.os }}-17-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 37bc7c976..7e7639f20 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -34,7 +34,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@640a1c2554105b57832a23eea0b4672fc7a790d5 + uses: actions/cache@358a7306cd9d78ceffc19271e69cd8528462fccf with: path: ~/.m2/repository key: ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}