ci: update EmbarkStudios/cargo-deny-action action

v1 is not going to be updated to cargo-deny 0.16.0
because of breaking changes in cargo-deny.
This commit is contained in:
link2xt
2024-08-05 19:47:00 +00:00
parent 3b76622cf1
commit 92685189aa

View File

@@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4
with:
show-progress: false
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2
with:
arguments: --all-features --workspace
command: check