We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c574ec5 commit 41128b8Copy full SHA for 41128b8
.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@4a28cbc0544512425977dda4ce81a9b6f0f34ad9
+ uses: actions/cache@40c3b67b2955d93d83b27ed164edd0756bc24049
36
with:
37
path: ~/.m2/repository
38
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/pullrequest.yml
@@ -25,7 +25,7 @@ jobs:
25
languages: java
26
27
28
29
30
31
0 commit comments