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 7ccbb71 commit 050379bCopy full SHA for 050379b
.github/workflows/merge.yml
@@ -33,7 +33,7 @@ jobs:
33
server-password: ${{ secrets.CENTRAL_PASSWORD }}
34
35
- name: Cache local Maven repository
36
- uses: actions/cache@358a7306cd9d78ceffc19271e69cd8528462fccf
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
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