Skip to content

Commit 0b5fedb

Browse files
Bump actions/cache from 4 to 5 (#2519)
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 e547538 commit 0b5fedb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
echo "checksum=$(yq -p toml -oy '.package[] | select((.source | contains("")) or (.checksum | contains("")))' Cargo.lock | sha256sum | awk '{print $1}')" >> "$GITHUB_OUTPUT"
183183
184184
- name: Cache apt
185-
uses: actions/cache@v4
185+
uses: actions/cache@v5
186186
id: apt-cache
187187
with:
188188
path: |
@@ -191,7 +191,7 @@ jobs:
191191
key: apt-cache-${{ hashFiles('Dockerfile.build') }}
192192

193193
- name: Cache Cargo
194-
uses: actions/cache@v4
194+
uses: actions/cache@v5
195195
id: cargo-cache
196196
with:
197197
path: |

0 commit comments

Comments
 (0)