Skip to content

Commit

Permalink
CI: Update to the newest cargo-deny.
Browse files Browse the repository at this point in the history
The older version we have been using is failing to build in CI.
  • Loading branch information
briansmith committed Sep 27, 2024
1 parent a8df256 commit fbdc7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ jobs:
~/.cargo/bin/cargo-deny
~/.cargo/.crates.toml
~/.cargo/.crates2.json
key: ${{ runner.os }}-v2-cargo-deny-locked-0.14.20
key: ${{ runner.os }}-v2-cargo-deny-locked-0.16.1

- run: cargo install cargo-deny --locked --vers "0.14.20"
- run: cargo install cargo-deny --locked --vers "0.16.1"

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

0 comments on commit fbdc7f7

Please sign in to comment.