We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7883e commit 8312acfCopy full SHA for 8312acf
.github/workflows/codecov.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
distribution: 'temurin'
19
java-version: 11
20
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
21
22
path: ~/.m2/repository
23
key: maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/mvn.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
java-version: ${{ matrix.java }}
27
28
29
30
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments