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 ed34caf + b04980a commit 4070260Copy full SHA for 4070260
2 files changed
.github/workflows/codecov.yml
@@ -40,7 +40,7 @@ jobs:
40
with:
41
distribution: 'temurin'
42
java-version: 11
43
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
44
45
path: ~/.m2/repository
46
key: maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/mvn.yml
@@ -47,7 +47,7 @@ jobs:
47
48
49
java-version: ${{ matrix.java }}
50
51
52
53
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments