Skip to content

Commit 046cee3

Browse files
Bump actions/cache from 3 to 4 (#11)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 800a695 commit 046cee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v4
26-
- uses: actions/cache@v3
26+
- uses: actions/cache@v4
2727
with:
2828
path: |
2929
~/.cargo/bin/
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- uses: actions/checkout@v4
45-
- uses: actions/cache@v3
45+
- uses: actions/cache@v4
4646
with:
4747
path: |
4848
~/.cargo/bin/

0 commit comments

Comments
 (0)