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 229b46e commit 52e3d02Copy full SHA for 52e3d02
.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@efacb0248bc628516687ca7c7e66dd076a46db1f
+ uses: actions/cache@22cbf49050c8786eaada2e90f2f3c4ea0fb20ad5
36
with:
37
path: ~/.m2/repository
38
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/pullrequest.yml
@@ -31,7 +31,7 @@ jobs:
31
languages: java
0 commit comments