Skip to content

Commit b12eb29

Browse files
author
Julien Ruaux
committed
build: Upgraded cache action
1 parent cc0d656 commit b12eb29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
distribution: zulu
1919
java-version: 17
2020

21-
- uses: actions/cache@v2
21+
- uses: actions/cache@v3
2222
with:
2323
path: ~/.m2/repository
2424
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
distribution: zulu
2222
java-version: 17
2323

24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v3
2525
with:
2626
path: ~/.m2/repository
2727
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)