From c5a408b8314a57f624ad6005afdfa89f6069125a Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Tue, 26 Dec 2023 10:51:00 +0900 Subject: [PATCH] chore(ci): switch back to official cargo-deny action --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cad3070..059b70a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,9 +67,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - name: Setup Rust - uses: dtolnay/rust-toolchain@stable - name: Check ${{ matrix.checks }} - uses: dnaka91/actions/deny-check@main + uses: EmbarkStudios/cargo-deny-action@v1 with: - checks: ${{ matrix.checks }} + command: check ${{ matrix.checks }}