Skip to content

Commit 63f12ec

Browse files
dependabot[bot]davidB
authored andcommitted
Bump actions/cache from 3 to 4
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>
1 parent d3609ac commit 63f12ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
override: true
3535
components: clippy
3636
- name: Cache cargo registry
37-
uses: actions/cache@v3
37+
uses: actions/cache@v4
3838
continue-on-error: false
3939
with:
4040
path: |

0 commit comments

Comments
 (0)