Skip to content

Commit 66de0e6

Browse files
authored
Merge pull request #361 from jcabi/renovate/actions-cache-3.x
Update actions/cache action to v3
2 parents 5cb2bb9 + 8f0e2c4 commit 66de0e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-java@v1
1313
with:
1414
java-version: 11
15-
- uses: actions/cache@v1
15+
- uses: actions/cache@v3
1616
with:
1717
path: ~/.m2/repository
1818
key: maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/mvn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-java@v1
2020
with:
2121
java-version: ${{ matrix.java }}
22-
- uses: actions/cache@v1
22+
- uses: actions/cache@v3
2323
with:
2424
path: ~/.m2/repository
2525
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)