From 1044a611ebc82e771dee344e2ae419a2b46b9f1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 10:14:04 +0000 Subject: [PATCH] chore(deps): bump clechasseur/rs-clippy-check from 6.0.6 to 6.0.7 Bumps [clechasseur/rs-clippy-check](https://github.com/clechasseur/rs-clippy-check) from 6.0.6 to 6.0.7. - [Release notes](https://github.com/clechasseur/rs-clippy-check/releases) - [Commits](https://github.com/clechasseur/rs-clippy-check/compare/v6.0.6...v6.0.7) --- updated-dependencies: - dependency-name: clechasseur/rs-clippy-check dependency-version: 6.0.7 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 aa573d3..d48caa2 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.6 + - uses: clechasseur/rs-clippy-check@v6.0.7 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.6 + - uses: clechasseur/rs-clippy-check@v6.0.7 with: args: --all-targets --all-features