We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1441c2c commit 4c686c9Copy full SHA for 4c686c9
.github/workflows/merge.yml
@@ -32,7 +32,7 @@ jobs:
32
server-password: ${{ secrets.OSSRH_PASSWORD }}
33
34
- name: Cache local Maven repository
35
- uses: actions/cache@f7ebb81a3f195b4fb88dab7c14e2f7aff52045aa
+ uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
36
with:
37
path: ~/.m2/repository
38
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/pullrequest.yml
@@ -25,7 +25,7 @@ jobs:
25
languages: java
26
27
28
29
30
31
0 commit comments