We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e535fd commit 3920c63Copy full SHA for 3920c63
.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@9fa7e61ec7e1f44ac75218e7aaea81da8856fd11
+ uses: actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
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