Skip to content

Commit

Permalink
Use cargo install directly instead of action
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Nov 15, 2023
1 parent 7b5500d commit 12259b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,7 @@ jobs:
toolchain: ${{ env.RUST_STABLE }}

- name: Install Cargo Audit
uses: actions-rs/[email protected]
with:
crate: cargo-audit
version: 0.17.6
run: cargo install cargo-audit --version 0.17.6

- name: Run Cargo Audit
run: ./ci/do-audit.sh
Expand Down

0 comments on commit 12259b5

Please sign in to comment.