Skip to content

Commit 62fcc7d

Browse files
committed
use taiki-e/install-action for cargo-audit
1 parent f6a109c commit 62fcc7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- uses: dtolnay/rust-toolchain@stable
4444
with:
4545
toolchain: stable
46-
- uses: Swatinem/rust-cache@v2
47-
- run: |
48-
cargo install cargo-audit
49-
cargo audit
46+
- uses: taiki-e/install-action@v2
47+
with:
48+
tool: cargo-audit
49+
- run: cargo audit
5050

0 commit comments

Comments
 (0)