Skip to content

Commit fe5bbc1

Browse files
committed
CI: Update versions of cargo-deny and cargo-audit
1 parent 8df253e commit fe5bbc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
~/.cargo/bin/cargo-audit
4242
~/.cargo/.crates.toml
4343
~/.cargo/.crates2.json
44-
key: ${{ runner.os }}-v2-cargo-audit-0.13.1
44+
key: ${{ runner.os }}-v2-cargo-audit-locked-0.18.3
4545

46-
- run: cargo install cargo-audit --vers "0.13.1"
46+
- run: cargo install cargo-audit --locked --vers "0.18.3"
4747

4848
- uses: briansmith/actions-checkout@v4
4949
with:
@@ -65,9 +65,9 @@ jobs:
6565
~/.cargo/bin/cargo-deny
6666
~/.cargo/.crates.toml
6767
~/.cargo/.crates2.json
68-
key: ${{ runner.os }}-v2-cargo-deny-locked-0.8.5
68+
key: ${{ runner.os }}-v2-cargo-deny-locked-0.14.3
6969

70-
- run: cargo install cargo-deny --locked --vers "0.8.5"
70+
- run: cargo install cargo-deny --locked --vers "0.14.3"
7171

7272
- uses: briansmith/actions-checkout@v4
7373
with:

0 commit comments

Comments
 (0)