diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1886e10e..c1861355d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,9 +59,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-0.14.1 - - run: cargo install cargo-audit --vers "0.13.1" + - run: cargo install cargo-audit --locked --vers "0.14.1" - uses: briansmith/actions-checkout@v2 with: