Skip to content

Commit 70a4832

Browse files
Update actions/cache action to v6
1 parent 3e60c70 commit 70a4832

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mvn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
distribution: 'temurin'
2222
java-version: ${{ matrix.java }}
23-
- uses: actions/cache@v3
23+
- uses: actions/cache@v6
2424
with:
2525
path: ~/.m2/repository
2626
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/reports.yml

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

0 commit comments

Comments
 (0)