File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
~/.cargo/bin/cargo-audit
42
42
~/.cargo/.crates.toml
43
43
~/.cargo/.crates2.json
44
- key : ${{ runner.os }}-v2-cargo-audit-0.13.1
44
+ key : ${{ runner.os }}-v2-cargo-audit-locked-0.18.3
45
45
46
- - run : cargo install cargo-audit -- vers "0.13.1 "
46
+ - run : cargo install cargo-audit --locked -- vers "0.18.3 "
47
47
48
48
- uses : briansmith/actions-checkout@v4
49
49
with :
65
65
~/.cargo/bin/cargo-deny
66
66
~/.cargo/.crates.toml
67
67
~/.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
69
69
70
- - run : cargo install cargo-deny --locked --vers "0.8.5 "
70
+ - run : cargo install cargo-deny --locked --vers "0.14.3 "
71
71
72
72
- uses : briansmith/actions-checkout@v4
73
73
with :
You can’t perform that action at this time.
0 commit comments