Skip to content

Commit

Permalink
CI: Update versions of cargo-deny and cargo-audit
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Dec 6, 2023
1 parent 1f74481 commit a45a962
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
~/.cargo/bin/cargo-audit
~/.cargo/.crates.toml
~/.cargo/.crates2.json
key: ${{ runner.os }}-v2-cargo-audit-0.13.1
key: ${{ runner.os }}-v2-cargo-audit-locked-0.18.3

- run: cargo install cargo-audit --vers "0.13.1"
- run: cargo install cargo-audit --locked --vers "0.18.3"

- uses: briansmith/actions-checkout@v4
with:
Expand All @@ -65,9 +65,9 @@ jobs:
~/.cargo/bin/cargo-deny
~/.cargo/.crates.toml
~/.cargo/.crates2.json
key: ${{ runner.os }}-v2-cargo-deny-locked-0.8.5
key: ${{ runner.os }}-v2-cargo-deny-locked-0.14.3

- run: cargo install cargo-deny --locked --vers "0.8.5"
- run: cargo install cargo-deny --locked --vers "0.14.3"

- uses: briansmith/actions-checkout@v4
with:
Expand Down

0 comments on commit a45a962

Please sign in to comment.