From 5d9a92f3a196c63e84b144c524eeafc4f043c024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 02:25:08 +0000 Subject: [PATCH] Bump clechasseur/rs-clippy-check from 4 to 5 Bumps [clechasseur/rs-clippy-check](https://github.com/clechasseur/rs-clippy-check) from 4 to 5. - [Release notes](https://github.com/clechasseur/rs-clippy-check/releases) - [Commits](https://github.com/clechasseur/rs-clippy-check/compare/v4...v5) --- updated-dependencies: - dependency-name: clechasseur/rs-clippy-check dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 081b529..6f43897 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,11 +25,11 @@ jobs: components: rustfmt, clippy - name: Run cargo fmt run: cargo fmt --all --check --verbose - - uses: clechasseur/rs-clippy-check@v4 + - uses: clechasseur/rs-clippy-check@v5 if: matrix.rust == 'stable' with: args: --all-features -- -D warnings - - uses: clechasseur/rs-clippy-check@v4 + - uses: clechasseur/rs-clippy-check@v5 if: matrix.rust != 'stable' with: args: --all-features -- -W warnings