From 6bd7327d96d4cd5f7fe1f1f09b9f5de401ecc6c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 23:23:39 +0000 Subject: [PATCH] chore(deps): bump LoliGothick/clippy-check Bumps [LoliGothick/clippy-check](https://github.com/loligothick/clippy-check) from 9019e9494e188cc9fddfea43467e7fdf6602ad14 to f2227b2ac076d5d4f91df9667d2fee2e2b698476. - [Release notes](https://github.com/loligothick/clippy-check/releases) - [Commits](https://github.com/loligothick/clippy-check/compare/9019e9494e188cc9fddfea43467e7fdf6602ad14...f2227b2ac076d5d4f91df9667d2fee2e2b698476) --- updated-dependencies: - dependency-name: LoliGothick/clippy-check dependency-version: f2227b2ac076d5d4f91df9667d2fee2e2b698476 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-msrv.yml | 2 +- .github/workflows/build-nightly.yml | 2 +- .github/workflows/build-stable.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-msrv.yml b/.github/workflows/build-msrv.yml index 3e3f29d5..c92f8699 100644 --- a/.github/workflows/build-msrv.yml +++ b/.github/workflows/build-msrv.yml @@ -52,7 +52,7 @@ jobs: toolchain: ${{ env.MSRV_RUST_VERSION }} - name: Clippy (MSRV) - uses: LoliGothick/clippy-check@9019e9494e188cc9fddfea43467e7fdf6602ad14 + uses: LoliGothick/clippy-check@f2227b2ac076d5d4f91df9667d2fee2e2b698476 if: github.actor != 'dependabot[bot]' with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index 0ad8af99..8f73c23d 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -51,7 +51,7 @@ jobs: components: rustfmt,clippy - name: Clippy (Nightly) - uses: LoliGothick/clippy-check@9019e9494e188cc9fddfea43467e7fdf6602ad14 + uses: LoliGothick/clippy-check@f2227b2ac076d5d4f91df9667d2fee2e2b698476 if: github.actor != 'dependabot[bot]' with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-stable.yml b/.github/workflows/build-stable.yml index e9390c19..8ce535ad 100644 --- a/.github/workflows/build-stable.yml +++ b/.github/workflows/build-stable.yml @@ -51,7 +51,7 @@ jobs: components: rustfmt,clippy - name: Clippy (stable) - uses: LoliGothick/clippy-check@9019e9494e188cc9fddfea43467e7fdf6602ad14 + uses: LoliGothick/clippy-check@f2227b2ac076d5d4f91df9667d2fee2e2b698476 if: github.actor != 'dependabot[bot]' with: token: ${{ secrets.GITHUB_TOKEN }}