From 6967975b9efafe3d8467624a801958d95a25b791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:22:46 +0000 Subject: [PATCH] build(deps): bump clechasseur/rs-clippy-check from 6.0.5 to 6.0.6 Bumps [clechasseur/rs-clippy-check](https://github.com/clechasseur/rs-clippy-check) from 6.0.5 to 6.0.6. - [Release notes](https://github.com/clechasseur/rs-clippy-check/releases) - [Commits](https://github.com/clechasseur/rs-clippy-check/compare/v6.0.5...v6.0.6) --- updated-dependencies: - dependency-name: clechasseur/rs-clippy-check dependency-version: 6.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99c85a9b..6cf4c394 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -108,7 +108,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Run clippy action to produce annotations - uses: clechasseur/rs-clippy-check@v6.0.5 + uses: clechasseur/rs-clippy-check@v6.0.6 if: ${{ steps.check_permissions.outputs.has-permission }} with: args: --all-features --all-targets -- -D warnings