Skip to content

Commit f35f638

Browse files
committed
Update actions/cache to v4
1 parent f38d367 commit f35f638

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
java-version: ${{ matrix.java }}
2020
distribution: ${{ matrix.distribution }}
21-
- uses: actions/cache@v2
21+
- uses: actions/cache@v4
2222
with:
2323
path: ~/.m2
2424
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
@@ -20,7 +20,7 @@ jobs:
2020
server-id: sonatype-nexus-snapshots
2121
server-username: MAVEN_USERNAME
2222
server-password: MAVEN_PASSWORD
23-
- uses: actions/cache@v2
23+
- uses: actions/cache@v4
2424
with:
2525
path: ~/.m2
2626
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/it.yml

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

0 commit comments

Comments
 (0)