From 2b6490c85c2e5bc0e4fb3421ed37a5ef3a25a3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Robert?= Date: Wed, 18 Dec 2024 17:57:02 +0100 Subject: [PATCH] GHA: Replace actions-rs/clippy-check@v1 Replaced by clechasseur/rs-clippy-check@v3 because it's no longer maintained --- .github/workflows/build.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fcba08a..16aa1e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,9 +85,7 @@ jobs: key: ${{ runner.os }}-cargo-nightly-${{ hashFiles('**/Cargo.lock') }} restore-keys: ${{ runner.os }}-cargo-nightly- - name: Run clippy - uses: actions-rs/clippy-check@v1 - with: - token: ${{ github.token }} + uses: clechasseur/rs-clippy-check@v3 - uses: actions/setup-python@v4 with: python-version: '3.11' @@ -159,9 +157,7 @@ jobs: key: ${{ runner.os }}-cargo-stable-${{ hashFiles('**/Cargo.lock') }} restore-keys: ${{ runner.os }}-cargo-stable- - name: Run clippy - uses: actions-rs/clippy-check@v1 - with: - token: ${{ github.token }} + uses: clechasseur/rs-clippy-check@v3 - uses: actions/setup-python@v4 with: python-version: '3.11'