File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 72
72
with :
73
73
toolchain : ${{matrix.rust.toolchain}}
74
74
id : rust-toolchain
75
- - uses : actions/cache@v3
75
+ - uses : actions/cache@v4
76
76
with :
77
77
path : |
78
78
~/.cargo/git
@@ -134,7 +134,7 @@ jobs:
134
134
with :
135
135
toolchain : ${{matrix.rust.toolchain}}
136
136
id : rust-toolchain
137
- - uses : actions/cache@v3
137
+ - uses : actions/cache@v4
138
138
with :
139
139
path : |
140
140
~/.cargo/git
@@ -175,7 +175,7 @@ jobs:
175
175
- name : Get Tarpaulin Version
176
176
id : tarpaulin-version
177
177
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
179
179
with :
180
180
path : |
181
181
~/.cargo/bin/cargo-tarpaulin
You can’t perform that action at this time.
0 commit comments