We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7695883 commit 24c237eCopy full SHA for 24c237e
.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@2b8105bdae4b746666ee225970c4a281bbd9d51f
+ uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
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