We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f024b03 commit 5db589bCopy full SHA for 5db589b
.github/workflows/cookie-factory.yml
@@ -185,7 +185,7 @@ jobs:
185
if: steps.changes.outputs.cargo == 'true'
186
env:
187
DENY_LINK: https://github.com/EmbarkStudios/cargo-deny/releases/download
188
- DENY_VERSION: 0.13.7
+ DENY_VERSION: 0.14.19
189
run: |
190
curl -L "$DENY_LINK/$DENY_VERSION/cargo-deny-$DENY_VERSION-x86_64-unknown-linux-musl.tar.gz" |
191
tar xz -C $HOME/.cargo/bin --strip-components 1
0 commit comments