We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a01ed0 commit 74d9e1fCopy full SHA for 74d9e1f
.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@2b04a41915d2fed6cec2aa74821ba81689ff0816
+ uses: actions/cache@4fe9c4bd54cc7f1a32249072c2256c718ea68a5b
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