From 0949dd348f2cd416725d4824d051c55cd721931e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:46:52 +0000 Subject: [PATCH] Bump clechasseur/rs-clippy-check from 5.0.2 to 6.0.2 Bumps [clechasseur/rs-clippy-check](https://github.com/clechasseur/rs-clippy-check) from 5.0.2 to 6.0.2. - [Release notes](https://github.com/clechasseur/rs-clippy-check/releases) - [Commits](https://github.com/clechasseur/rs-clippy-check/compare/v5.0.2...v6.0.2) --- updated-dependencies: - dependency-name: clechasseur/rs-clippy-check dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c630a57..af0a29b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: with: toolchain: "1.88" components: clippy - - uses: clechasseur/rs-clippy-check@v5.0.2 + - uses: clechasseur/rs-clippy-check@v6.0.2 with: # setup-rust-toolchain already sets `-D warnings`, but we leave this # here to make the behavior explicit. @@ -68,7 +68,7 @@ jobs: components: clippy # Defaults to '-D warnings', so clear it out manually. rustflags: '' - - uses: clechasseur/rs-clippy-check@v5.0.2 + - uses: clechasseur/rs-clippy-check@v6.0.2 with: args: --all-targets --all-features