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 f1ea405 commit d746dc0Copy full SHA for d746dc0
.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@57b8e405f0f6efe89131ba09709ce4bc33291a51
+ uses: actions/cache@81382a721fc89d96eca335d0c3ba33144b2baa9d
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