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 5221dd6 commit 8cb792eCopy full SHA for 8cb792e
1 file changed
.github/workflows/maven-master-pulls.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
java-version: ${{ matrix.java }}
21
- name: Cache local Maven repository
22
- uses: actions/cache@v2
+ uses: actions/cache@v4
23
24
path: ~/.m2/repository
25
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
0 commit comments