From 2933901292c5a7a7b9dd3c3cdc7642d1b258aa42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 00:22:02 +0000 Subject: [PATCH] chore(deps): update clechasseur/rs-clippy-check action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4488660..e8e9c18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: cache-on-failure: true - name: Run clippy - uses: clechasseur/rs-clippy-check@50a0fd6f2f1a33307d603ee50d91eadbb2561120 # v3.0.6 + uses: clechasseur/rs-clippy-check@c6fff255f0b3d3cbae04efd0d164b1ed3a773c1d # v4.0.0 with: args: --workspace --all-targets ${{ matrix.all-features && '--all-features' || '' }} -- -D warnings