Skip to content

Commit

Permalink
Merge pull request #72 from lwshang/cargo_install_locked
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb authored Mar 26, 2024
2 parents c37ceab + b719ea4 commit ddc2157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
- 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.20.0 --no-default-features
run: cargo install cargo-audit --vers 0.20.0 --no-default-features --locked
shell: bash

- run: |
Expand Down

0 comments on commit ddc2157

Please sign in to comment.