Skip to content

Commit 897dc66

Browse files
Update actions/cache action to v5
1 parent d8e8e49 commit 897dc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java-version: ${{ env.JDK_CURRENT }}
2727
distribution: ${{ env.DISTRIBUTION }}
2828
- name: Cache Maven dependencies
29-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
29+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
3030
with:
3131
path: ~/.m2
3232
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)