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 8bf777a commit 7c2af57Copy full SHA for 7c2af57
.github/workflows/merge.yml
@@ -33,7 +33,7 @@ jobs:
33
server-password: ${{ secrets.OSSRH_PASSWORD }}
34
35
- name: Cache local Maven repository
36
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
+ uses: actions/cache@640a1c2554105b57832a23eea0b4672fc7a790d5
37
with:
38
path: ~/.m2/repository
39
key: ${{ runner.os }}-17-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/pullrequest.yml
@@ -34,7 +34,7 @@ jobs:
languages: java
40
key: ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments