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 65e14cd commit 6f01d68Copy full SHA for 6f01d68
.github/workflows/test-java.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- name: Cache local Maven repository
20
- uses: actions/cache@v3
+ uses: actions/cache@v4
21
with:
22
path: ~/.m2/repository
23
key: build-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
key: javadoc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments