Skip to content

Commit d42b2c4

Browse files
authored
chore(deps): update actions/cache action to v5 (#19)
2 parents a252eaf + ba75f9d commit d42b2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/java-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
server-password: ${{ env.CI_DEPLOY_PASSWORD }}
1414

1515
- name: Cache Maven dependencies
16-
uses: actions/cache@v4
16+
uses: actions/cache@v5
1717
env:
1818
cache-name: cache-mvn-deps
1919
with:

0 commit comments

Comments
 (0)