We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfff114 commit 61a87cfCopy full SHA for 61a87cf
.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@9c7b3e90bdf39569c497c98e469f8a00e061c43f
+ uses: actions/cache@ea0503788c59256f4da17725d04df850ca027df5
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