Skip to content

Commit

Permalink
CI: Update to newest cargo-semver-checks release
Browse files Browse the repository at this point in the history
0.31.0 doesn't work any more.

Also fix the cache key used in the job.
  • Loading branch information
briansmith committed Sep 27, 2024
1 parent 00de91f commit a8df256
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 @@ -74,9 +74,9 @@ jobs:
~/.cargo/bin/cargo-semver-checks
~/.cargo/.crates.toml
~/.cargo/.crates2.json
key: ${{ runner.os }}-v2-cargo-audit-locked-0.18.3
key: ${{ runner.os }}-v2-cargo-semver-checks-0.35.0

- run: cargo install cargo-semver-checks --locked --vers "0.31.0"
- run: cargo install cargo-semver-checks --locked --vers "0.35.0"

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

0 comments on commit a8df256

Please sign in to comment.