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 6d028f0 commit c36701cCopy full SHA for c36701c
.github/workflows/merge.yml
@@ -36,7 +36,7 @@ jobs:
36
server-password: ${{ secrets.CENTRAL_PASSWORD }}
37
38
- name: Cache local Maven repository
39
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
+ uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
40
with:
41
path: ~/.m2/repository
42
key: ${{ runner.os }}-17-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/pullrequest.yml
@@ -37,7 +37,7 @@ jobs:
languages: java
43
key: ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments