Skip to content

Commit f3c04a5

Browse files
Update actions/cache action to v4
1 parent 4752631 commit f3c04a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java: [ 8, 11, 17 ]
2626
steps:
2727
- uses: actions/checkout@v2.7.0
28-
- uses: actions/cache@v2.1.8
28+
- uses: actions/cache@v4.2.0
2929
with:
3030
path: ~/.m2/repository
3131
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)