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 6d29bac commit 06f1bb4Copy full SHA for 06f1bb4
.github/workflows/default-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
java-version: 11
18
java-package: jdk
19
- name: Cache local Maven repository
20
- uses: actions/cache@v3
+ uses: actions/cache@v4
21
with:
22
path: ~/.m2
23
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -43,7 +43,7 @@ jobs:
43
java-version: ${{ matrix.java_version }}
44
45
46
47
48
49
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
0 commit comments