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 5cb2bb9 + 8f0e2c4 commit 66de0e6Copy full SHA for 66de0e6
.github/workflows/codecov.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/setup-java@v1
13
with:
14
java-version: 11
15
- - uses: actions/cache@v1
+ - uses: actions/cache@v3
16
17
path: ~/.m2/repository
18
key: maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/mvn.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
java-version: ${{ matrix.java }}
22
23
24
25
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments