Skip to content

Commit

Permalink
CI: Use the latest version of cargo-audit.
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 fbdc7f7 commit 9a26aa3
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 @@ -50,9 +50,9 @@ jobs:
~/.cargo/bin/cargo-audit
~/.cargo/.crates.toml
~/.cargo/.crates2.json
key: ${{ runner.os }}-v2-cargo-audit-locked-0.18.3
key: ${{ runner.os }}-v2-cargo-audit-locked-0.20.1

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

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

0 comments on commit 9a26aa3

Please sign in to comment.