Skip to content

Commit 9fc9009

Browse files
authored
chore: Replace archived actions-rs/install action (#1876)
1 parent 559b7e3 commit 9fc9009

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ name: Rust
1919

2020
on: [push, pull_request]
2121

22+
permissions:
23+
contents: read
24+
2225
jobs:
2326

2427
codestyle:
@@ -85,11 +88,8 @@ jobs:
8588
uses: ./.github/actions/setup-builder
8689
with:
8790
rust-version: ${{ matrix.rust }}
91+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
8892
- name: Install Tarpaulin
89-
uses: actions-rs/install@v0.1
90-
with:
91-
crate: cargo-tarpaulin
92-
version: 0.14.2
93-
use-tool-cache: true
93+
run: cargo install cargo-tarpaulin
9494
- name: Test
9595
run: cargo test --all-features

0 commit comments

Comments
 (0)