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 f132983 + 43d833a commit eb655acCopy full SHA for eb655ac
.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@v3
+ uses: actions/cache@v4
42
with:
43
path: ~/.m2/repository
44
key: ${{ runner.os }}-maven-${{ matrix.java }}-${{ hashFiles('pom.xml', '**/pom.xml') }}
@@ -98,7 +98,7 @@ jobs:
98
99
java-version: 17.0.x
100
101
102
103
104
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments