Skip to content

Commit c51ed02

Browse files
committed
replace actions-rs/install as it's archived
1 parent 44620da commit c51ed02

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,8 @@ jobs:
8888
uses: ./.github/actions/setup-builder
8989
with:
9090
rust-version: ${{ matrix.rust }}
91+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
9192
- name: Install Tarpaulin
92-
uses: actions-rs/[email protected]
93-
with:
94-
crate: cargo-tarpaulin
95-
version: 0.14.2
96-
use-tool-cache: true
93+
run: cargo install cargo-tarpaulin
9794
- name: Test
9895
run: cargo test --all-features

0 commit comments

Comments
 (0)