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 6926530 commit 4da6eddCopy full SHA for 4da6edd
.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@13aacd865c20de90d75de3b17ebe84f7a17d57d2
+ uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613
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