Skip to content

Commit 8a87f3e

Browse files
committed
Update actions/cache to v4
1 parent eae11bc commit 8a87f3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
server-id: sonatype-nexus-snapshots
1919
server-username: MAVEN_USERNAME
2020
server-password: MAVEN_PASSWORD
21-
- uses: actions/cache@v2
21+
- uses: actions/cache@v4
2222
with:
2323
path: ~/.m2
2424
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)