From 71326cff406ec4b807331a9c5fb53b7caf99af20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 23:55:46 +0000 Subject: [PATCH] Bump clechasseur/rs-clippy-check from 6.0.2 to 6.0.4 Bumps [clechasseur/rs-clippy-check](https://github.com/clechasseur/rs-clippy-check) from 6.0.2 to 6.0.4. - [Release notes](https://github.com/clechasseur/rs-clippy-check/releases) - [Commits](https://github.com/clechasseur/rs-clippy-check/compare/v6.0.2...v6.0.4) --- updated-dependencies: - dependency-name: clechasseur/rs-clippy-check dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 c2451c1..ec755ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: clechasseur/rs-clippy-check@v6.0.2 + - uses: clechasseur/rs-clippy-check@v6.0.4 with: args: --all-features