Skip to content

Commit

Permalink
chore: Bump CI tools versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Mar 1, 2024
1 parent 4b8250b commit 4c6a7a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/datta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,23 +136,23 @@ jobs:
- name: Install cargo-udeps
env:
UDEPS_LINK: https://github.com/est31/cargo-udeps/releases/download
UDEPS_VERSION: v0.1.28
UDEPS_VERSION: v0.1.45
run: |
curl -L "$UDEPS_LINK/$UDEPS_VERSION/cargo-udeps-$UDEPS_VERSION-x86_64-unknown-linux-gnu.tar.gz" |
tar xz -C $HOME/.cargo/bin --strip-components 2
- name: Install cargo-deny
env:
DENY_LINK: https://github.com/EmbarkStudios/cargo-deny/releases/download
DENY_VERSION: 0.12.0
DENY_VERSION: 0.14.15
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
- name: Install cargo-audit
env:
AUDIT_LINK: https://github.com/rustsec/rustsec/releases/download/cargo-audit%2F
AUDIT_VERSION: v0.16.0
AUDIT_VERSION: v0.20.0
run: |
curl -L "$AUDIT_LINK$AUDIT_VERSION/cargo-audit-x86_64-unknown-linux-musl-$AUDIT_VERSION.tgz" |
tar xzv -C $HOME/.cargo/bin --strip-components 1
Expand Down

0 comments on commit 4c6a7a9

Please sign in to comment.