Update cargo-audit to 0.17.5

This commit is contained in:
Jonas Bushart
2023-03-24 20:14:05 +01:00
committed by GitHub
parent 229220ba5c
commit 7e63792ca8
2 changed files with 6 additions and 2 deletions

View File

@@ -37,12 +37,12 @@ runs:
${{ steps.cargo-home.outputs.cargohome }}/bin/cargo-audit*
${{ steps.cargo-home.outputs.cargohome }}/.crates.toml
${{ steps.cargo-home.outputs.cargohome }}/.crates2.json
key: cargo-audit-v0.17.4
key: cargo-audit-v0.17.5
- name: Install cargo-audit
if: steps.cache.outputs.cache-hit != 'true'
# Update both this version number and the cache key
run: cargo install cargo-audit --vers 0.17.4 --no-default-features
run: cargo install cargo-audit --vers 0.17.5 --no-default-features
shell: bash
- run: |