Skip to content

Commit 8312acf

Browse files
Update actions/cache action to v5
1 parent 9d7883e commit 8312acf

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
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
distribution: 'temurin'
1919
java-version: 11
20-
- uses: actions/cache@v4
20+
- uses: actions/cache@v5
2121
with:
2222
path: ~/.m2/repository
2323
key: maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/mvn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
distribution: 'temurin'
2626
java-version: ${{ matrix.java }}
27-
- uses: actions/cache@v4
27+
- uses: actions/cache@v5
2828
with:
2929
path: ~/.m2/repository
3030
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)