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 67b15c6 commit 75bd653Copy full SHA for 75bd653
.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@87396fe6b4d327202df854ff5b3e0a4ea3d77ac6
+ uses: actions/cache@efacb0248bc628516687ca7c7e66dd076a46db1f
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