Skip to content

Commit 3c71e86

Browse files
Update the cache action to v4
1 parent c19eb5b commit 3c71e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
java-version: 11.0.16+8
2222
distribution: 'temurin'
2323
- name: Cache Maven packages
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
path: ~/.m2
2727
key: ${{ runner.os }}-m2

0 commit comments

Comments
 (0)