CI: Update versions of cargo-audit and cargo-deny.
This commit is contained in:
parent
ae3b83042f
commit
a4127d0a3c
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -50,10 +50,9 @@ jobs:
|
|||||||
~/.cargo/bin/cargo-audit
|
~/.cargo/bin/cargo-audit
|
||||||
~/.cargo/.crates.toml
|
~/.cargo/.crates.toml
|
||||||
~/.cargo/.crates2.json
|
~/.cargo/.crates2.json
|
||||||
key: ${{ runner.os }}-v2-cargo-audit-0.17.4
|
key: ${{ runner.os }}-v2-cargo-audit-locked-0.18.3
|
||||||
|
|
||||||
# With `--locked` `cargo install` complains about using yanked crates.
|
- run: cargo install cargo-audit --locked --vers "0.18.3"
|
||||||
- run: cargo install cargo-audit --vers "0.17.4"
|
|
||||||
|
|
||||||
- uses: briansmith/actions-checkout@v4
|
- uses: briansmith/actions-checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -78,9 +77,9 @@ jobs:
|
|||||||
~/.cargo/bin/cargo-deny
|
~/.cargo/bin/cargo-deny
|
||||||
~/.cargo/.crates.toml
|
~/.cargo/.crates.toml
|
||||||
~/.cargo/.crates2.json
|
~/.cargo/.crates2.json
|
||||||
key: ${{ runner.os }}-v2-cargo-deny-locked-0.9.1
|
key: ${{ runner.os }}-v2-cargo-deny-locked-0.14.3
|
||||||
|
|
||||||
- run: cargo install cargo-deny --locked --vers "0.9.1"
|
- run: cargo install cargo-deny --locked --vers "0.14.3"
|
||||||
|
|
||||||
- uses: briansmith/actions-checkout@v4
|
- uses: briansmith/actions-checkout@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user