We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989f4ae commit 5901797Copy full SHA for 5901797
.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@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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