Skip to content

Commit 960f243

Browse files
authored
Merge pull request #2486 from quarkusio/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 360f0f8 + cb21c46 commit 960f243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-main-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
shell: bash
3131
- name: Cache Maven Repository
3232
id: cache-maven
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
with:
3535
path: ~/.m2/repository
3636
# refresh cache every month to avoid unlimited growth

0 commit comments

Comments
 (0)