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.
2 parents 40dd170 + 57de7ee commit 3cd2df4Copy full SHA for 3cd2df4
.github/workflows/maven.yml
@@ -38,7 +38,7 @@ jobs:
38
distribution: 'temurin'
39
java-version: ${{ matrix.java }}
40
- name: Cache local Maven repository
41
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3
42
with:
43
path: ~/.m2/repository
44
key: ${{ runner.os }}-maven-${{ matrix.java }}-${{ hashFiles('pom.xml', '**/pom.xml') }}
@@ -83,7 +83,7 @@ jobs:
83
84
java-version: 11.0.x
85
86
87
88
89
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments