From f36c329db18c665003bf80033e69156881bca0b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 06:26:30 +0000 Subject: [PATCH] build(deps): bump clechasseur/rs-clippy-check from 6.0.5 to 6.0.7 Bumps [clechasseur/rs-clippy-check](https://github.com/clechasseur/rs-clippy-check) from 6.0.5 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.5...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/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99c85a9b..be684d96 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.7 if: ${{ steps.check_permissions.outputs.has-permission }} with: args: --all-features --all-targets -- -D warnings