From 871378ad758fc9e7d4da389d53a75dea3f4e94a4 Mon Sep 17 00:00:00 2001 From: Lautaro Emanuel Date: Mon, 3 Jun 2024 10:57:21 -0300 Subject: [PATCH] Update `cargo-deny` versions --- .github/workflows/deny-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deny-checks.yml b/.github/workflows/deny-checks.yml index 5c516f64..5321d7cb 100644 --- a/.github/workflows/deny-checks.yml +++ b/.github/workflows/deny-checks.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: taiki-e/install-action@91af8c38814c3998cb755869e5cbeffd3ab0e462 + - uses: taiki-e/install-action@2.34.1 with: - tool: cargo-deny + tool: cargo-deny@0.14.24 - run: cargo deny --all-features --locked check bans