diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0273f88..a9398a8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -51,11 +51,11 @@ jobs: - name: Install nightly toolchain uses: dtolnay/rust-toolchain@53c04d3685fcc3ca67ce478eb9c2ea5c051a4a63 # nightly - - name: Run cargo-udeps - uses: aig787/cargo-udeps-action@1cd634a329e14ccfbccfe7c96497d14dac24a743 # v1 - with: - version: 'latest' - args: '--all-targets' + - name: Install cargo-udeps + run: cargo install cargo-udeps --locked + + - name: Run udeps + run: cargo +nightly udeps audit: name: Cargo Audit