We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e2de7 commit 4a437d5Copy full SHA for 4a437d5
.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@5c79b3fd6c0e87c9444fe7b18edafe7d9ba61531
+ uses: actions/cache@6babf202a422aac73d74f0f40020ca0673b0a4ba
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