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 f2fef65 commit 7f487eeCopy full SHA for 7f487ee
.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@0400d5f644dc74513175e3cd8d07132dd4860809
+ uses: actions/cache@638ed79f9dc94c1de1baef91bcab5edaa19451f4
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