Skip to content

Commit c24bbb6

Browse files
Bump actions/cache from 5 to 6 (#5680)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6deaeda commit c24bbb6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ref: refs/pull/${{github.event.pull_request.number}}/merge
3737

3838
- name: Set up Cache
39-
uses: actions/cache@v5
39+
uses: actions/cache@v6
4040
with:
4141
path: |
4242
~/.m2/repository
@@ -122,7 +122,7 @@ jobs:
122122
ref: refs/pull/${{github.event.pull_request.number}}/merge
123123

124124
- name: Set up Cache
125-
uses: actions/cache@v5
125+
uses: actions/cache@v6
126126
with:
127127
path: |
128128
~/.m2/repository

.github/workflows/resolver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: '21'
2626

2727
- name: Set up Cache
28-
uses: actions/cache@v5
28+
uses: actions/cache@v6
2929
with:
3030
path: |
3131
~/.m2/repository

0 commit comments

Comments
 (0)