mirror of
https://github.com/uutils/shadow.git
synced 2026-06-10 16:14:57 -07:00
CI: upgrade cargo-deny-action to v2 for edition 2024 support
The v1 action bundles an old Cargo that doesn't recognize edition 2024. v2 uses the host toolchain, so we install stable Rust first.
This commit is contained in:
@@ -56,4 +56,5 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: EmbarkStudios/cargo-deny-action@v1
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: EmbarkStudios/cargo-deny-action@v2
|
||||
|
||||
Reference in New Issue
Block a user