We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a29d6 commit 722180fCopy full SHA for 722180f
2 files changed
.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@b7e8d49f17405cc70c1c120101943203c98d3a4b
+ uses: actions/cache@565629816435f6c0b50676926c9b05c254113c0c
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