From 92685189aac4b53f2e5a7a1ff4191e2b72713583 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 5 Aug 2024 19:47:00 +0000 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c87f6a8ab..4e9cea91b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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