Skip to content

Commit 8bd84a2

Browse files
dependabot[bot]tongtongcao
authored andcommitted
ci(deps): bump actions/cache from 4 to 5 (#1036)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d675afd commit 8bd84a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
download_test_data:
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/cache@v4
40+
- uses: actions/cache@v5
4141
id: cache
4242
with:
4343
key: raw_test_data # fixed key will always hit; clear cache to trigger cache miss
@@ -183,7 +183,7 @@ jobs:
183183
- uses: actions/download-artifact@v6
184184
with:
185185
name: build_ubuntu-latest
186-
- uses: actions/cache/restore@v4
186+
- uses: actions/cache/restore@v5
187187
with:
188188
key: raw_test_data
189189
path: |
@@ -215,7 +215,7 @@ jobs:
215215
- uses: actions/download-artifact@v6
216216
with:
217217
name: build_ubuntu-latest
218-
- uses: actions/cache/restore@v4
218+
- uses: actions/cache/restore@v5
219219
with:
220220
key: raw_test_data
221221
path: |

0 commit comments

Comments
 (0)