We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e360bb commit 138298cCopy full SHA for 138298c
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
cache: maven
34
35
- name: Cache local Maven repository
36
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
37
with:
38
path: ~/.m2/repository
39
key: ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/release-please.yml
@@ -32,7 +32,7 @@ jobs:
32
if: ${{ steps.release.outputs.releases_created }}
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments