Skip to content

Commit 74c307b

Browse files
Bump actions/cache from 4 to 5 (#186)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae0f130 commit 74c307b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/upkeep-update-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: cargo run -p example-showcase -- --page 1 --per-page 1 run --in-ci --ignore-stress-tests --screenshot-frame 0 --fixed-frame-time 0.02 --stop-frame 50
7474

7575
- name: Save cache
76-
uses: actions/cache/save@v4
76+
uses: actions/cache/save@v5
7777
with:
7878
path: |
7979
~/.cargo/bin/

.github/workflows/workflow-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
164164
cp dxc/* .
165165
166-
- uses: actions/cache/restore@v4
166+
- uses: actions/cache/restore@v5
167167
id: restore-cache
168168
continue-on-error: true
169169
with:

0 commit comments

Comments
 (0)