From 4f7fcda1a70f4bd221f3be4a742804f0d4847577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 23:23:26 +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-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index c102263d..decd511e 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 }}