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 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
You can’t perform that action at this time.
0 commit comments