Skip to content

Commit

Permalink
Use cargo-deny-action v2
Browse files Browse the repository at this point in the history
  • Loading branch information
matze committed Dec 4, 2024
1 parent e2a0b75 commit 6e8ac69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
components: clippy
- name: Run cargo-deny
uses: EmbarkStudios/cargo-deny-action@v1
uses: EmbarkStudios/cargo-deny-action@v2
- run: cargo clippy -- -W clippy::pedantic
- run: cargo fmt --all --check
- run: cargo test --all-targets
Expand Down

0 comments on commit 6e8ac69

Please sign in to comment.