From a78338505bc25df8fd3f85bd44e5f31e1a08486f Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Thu, 13 Jul 2023 20:20:43 +0200 Subject: [PATCH] Replace actions-rs/clippy-check --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5c367e0c..512f0967 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -21,7 +21,7 @@ jobs: cargo fmt --all -- --check - name: Run clippy - uses: actions-rs/clippy-check@v1 + uses: actions-rs-plus/clippy-check@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} args: --all -- -D warnings --verbose