From 36c60f4c982659dbe25aaf5c2551c3560a0f2b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 10:13:53 +0000 Subject: [PATCH] chore(deps): bump clechasseur/rs-clippy-check from 6.0.2 to 6.0.3 Bumps [clechasseur/rs-clippy-check](https://github.com/clechasseur/rs-clippy-check) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/clechasseur/rs-clippy-check/releases) - [Commits](https://github.com/clechasseur/rs-clippy-check/compare/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: clechasseur/rs-clippy-check dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 7949dad..f0fa466 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: with: toolchain: "1.90" components: clippy - - uses: clechasseur/rs-clippy-check@v6.0.2 + - uses: clechasseur/rs-clippy-check@v6.0.3 with: args: --all-targets --all-features -- -D warnings @@ -66,7 +66,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: clippy - - uses: clechasseur/rs-clippy-check@v6.0.2 + - uses: clechasseur/rs-clippy-check@v6.0.3 with: args: --all-targets --all-features