Skip to content

Commit ba273bc

Browse files
Bump actions/cache from 3 to 4 (#198)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache 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 01df0b6 commit ba273bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
- uses: actions/checkout@v4
8383
- name: Use cached cargo-readme
84-
uses: actions/cache@v3
84+
uses: actions/cache@v4
8585
id: cargo-readme-cache
8686
with:
8787
path: ~/.cargo/bin/cargo-readme

0 commit comments

Comments
 (0)