Skip to content

Commit

Permalink
ci: Update cargo-deny version
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Mar 22, 2024
1 parent 682266c commit d145651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cookie-factory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
if: steps.changes.outputs.cargo == 'true'
env:
DENY_LINK: https://github.com/EmbarkStudios/cargo-deny/releases/download
DENY_VERSION: 0.13.7
DENY_VERSION: 0.14.19
run: |
curl -L "$DENY_LINK/$DENY_VERSION/cargo-deny-$DENY_VERSION-x86_64-unknown-linux-musl.tar.gz" |
tar xz -C $HOME/.cargo/bin --strip-components 1
Expand Down

0 comments on commit d145651

Please sign in to comment.