Skip to content

Commit 9282b6e

Browse files
committed
force cargo audit version
1 parent 67b798e commit 9282b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cargo-audit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
key: ubuntu-latest-${{ env.RUST_BIN_DIR }}
3737

3838
- name: Install cargo-audit
39-
run: cargo install --version 0.20.1 cargo-audit
39+
run: cargo install --version 0.20.1 --force cargo-audit
4040

4141
- name: cargo audit
4242
run: cargo audit --ignore RUSTSEC-2024-0336 # rustls issue; wait for upstream to resolve this

0 commit comments

Comments
 (0)