Skip to content

Commit 4070260

Browse files
authored
Merge pull request #237 from jcabi/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents ed34caf + b04980a commit 4070260

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
distribution: 'temurin'
4242
java-version: 11
43-
- uses: actions/cache@v3
43+
- uses: actions/cache@v4
4444
with:
4545
path: ~/.m2/repository
4646
key: maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/mvn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
distribution: 'temurin'
4949
java-version: ${{ matrix.java }}
50-
- uses: actions/cache@v3
50+
- uses: actions/cache@v4
5151
with:
5252
path: ~/.m2/repository
5353
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)