We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11a5d7 commit 0a38f1eCopy full SHA for 0a38f1e
.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@8b402f58fbc84540c8b491a91e594a4576fec3d7
+ uses: actions/cache@b45623637f5737c8022070213e69ba8fd6dfe041
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