Skip to content

Commit 8acb853

Browse files
committed
Update actions/cache to 4.2.2
1 parent faac970 commit 8acb853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-version: 21
2323
distribution: zulu
2424
# Step that does that actual cache save and restore
25-
- uses: actions/cache@v1
25+
- uses: actions/cache@v4.2.2
2626
with:
2727
path: ~/.m2/repository
2828
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)