We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a14ab commit a79ae45Copy full SHA for a79ae45
.github/workflows/merge.yml
@@ -33,7 +33,7 @@ jobs:
33
server-password: ${{ secrets.OSSRH_PASSWORD }}
34
35
- name: Cache local Maven repository
36
- uses: actions/cache@v2
+ uses: actions/cache@v3
37
with:
38
path: ~/.m2/repository
39
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/pullrequest.yml
@@ -26,7 +26,7 @@ jobs:
26
cache: maven
27
28
29
30
31
32
0 commit comments