From f833ce11dfe33af5491cd3da1a07f3fe11eee077 Mon Sep 17 00:00:00 2001 From: tottoto Date: Thu, 5 Dec 2024 21:03:56 +0900 Subject: [PATCH] chore(ci): Use cargo-deny directly (#2087) --- .github/workflows/CI.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e734d72e6..e6a4f40dc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: EmbarkStudios/cargo-deny-action@v2 + - uses: hecrj/setup-rust-action@v2 + - uses: taiki-e/install-action@cargo-deny + - run: cargo deny check clippy: runs-on: ubuntu-latest