We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db80d05 commit 0a717b5Copy full SHA for 0a717b5
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
steps:
34
- uses: actions/checkout@v4
35
- name: Cache local Maven repository
36
- uses: actions/cache@v4
+ uses: actions/cache@v5
37
with:
38
path: ~/.m2/repository
39
key: test-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -52,7 +52,7 @@ jobs:
52
53
54
- name: Cache Ivy download cache
55
56
57
path: ~/.ivy2
58
key: test-${{ runner.os }}-ivy-${{ hashFiles('ivy.xml', 'ivysettings.xml') }}
0 commit comments