We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d38b2c commit fdda5e9Copy full SHA for fdda5e9
.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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
+ uses: actions/cache@8469c94c6a180dfb41a1bd7e1b46ac557ea124f1
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