We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf92df commit 8359ef1Copy full SHA for 8359ef1
.github/workflows/merge.yml
@@ -31,7 +31,7 @@ jobs:
31
server-password: ${{ secrets.OSSRH_PASSWORD }}
32
33
- name: Cache local Maven repository
34
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
35
with:
36
path: ~/.m2/repository
37
key: ${{ runner.os }}-17-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/pullrequest.yml
@@ -34,7 +34,7 @@ jobs:
languages: java
38
39
40
key: ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments