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 999ab82 + 7c2a5e5 commit f44c0eaCopy full SHA for f44c0ea
.github/workflows/maven.yml
@@ -37,7 +37,7 @@ jobs:
37
distribution: 'temurin'
38
java-version: ${{ matrix.java }}
39
- name: Cache local Maven repository
40
- uses: actions/cache@v4
+ uses: actions/cache@v5
41
with:
42
path: ~/.m2/repository
43
key: ${{ runner.os }}-maven-${{ matrix.java }}-${{ hashFiles('pom.xml', '**/pom.xml') }}
@@ -99,7 +99,7 @@ jobs:
99
100
java-version: 17.0.x
101
102
103
104
105
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments