We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c01907 commit 17fa009Copy full SHA for 17fa009
.github/workflows/merge.yml
@@ -34,7 +34,7 @@ jobs:
34
server-password: ${{ secrets.OSSRH_PASSWORD }}
35
36
- name: Cache local Maven repository
37
- uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
+ uses: actions/cache@a3f5edc2378b2e43203912210dc88effa160f032
38
with:
39
path: ~/.m2/repository
40
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/pullrequest.yml
@@ -31,7 +31,7 @@ jobs:
31
languages: java
32
33
0 commit comments