We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ca797 commit 25dad8aCopy full SHA for 25dad8a
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
cache: maven
34
35
- name: Cache local Maven repository
36
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 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