Skip to content

Commit 5622313

Browse files
Bump actions/cache from 3 to 4 (#145)
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 06d3058 commit 5622313

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
toolchain: ${{matrix.rust.toolchain}}
7474
id: rust-toolchain
75-
- uses: actions/cache@v3
75+
- uses: actions/cache@v4
7676
with:
7777
path: |
7878
~/.cargo/git
@@ -134,7 +134,7 @@ jobs:
134134
with:
135135
toolchain: ${{matrix.rust.toolchain}}
136136
id: rust-toolchain
137-
- uses: actions/cache@v3
137+
- uses: actions/cache@v4
138138
with:
139139
path: |
140140
~/.cargo/git
@@ -175,7 +175,7 @@ jobs:
175175
- name: Get Tarpaulin Version
176176
id: tarpaulin-version
177177
run: echo "version=$(wget -qO- 'https://crates.io/api/v1/crates/cargo-tarpaulin' | jq -r '.crate.max_stable_version')" >>$GITHUB_OUTPUT
178-
- uses: actions/cache@v3
178+
- uses: actions/cache@v4
179179
with:
180180
path: |
181181
~/.cargo/bin/cargo-tarpaulin

0 commit comments

Comments
 (0)