Skip to content

Commit aa9ae15

Browse files
Update actions/cache action to v4
1 parent 3910821 commit aa9ae15

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
@@ -27,7 +27,7 @@ jobs:
2727
java-version: 17
2828
architecture: x64
2929
- name: Cache Maven packages
30-
uses: actions/cache@v3.3.1
30+
uses: actions/cache@v4.0.2
3131
with:
3232
path: ~/.m2
3333
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
architecture: x64
2525

2626
- name: Cache Maven packages
27-
uses: actions/cache@v3.3.2
27+
uses: actions/cache@v4.0.2
2828
with:
2929
path: ~/.m2
3030
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)