From 7722c4b43b18ef5cfb4e4d5f07c059ae8e127647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 08:26:00 +0000 Subject: [PATCH] chore(deps): bump actions-rs-plus/clippy-check from 2.4.2 to 2.5.0 Bumps [actions-rs-plus/clippy-check](https://github.com/actions-rs-plus/clippy-check) from 2.4.2 to 2.5.0. - [Release notes](https://github.com/actions-rs-plus/clippy-check/releases) - [Changelog](https://github.com/actions-rs-plus/clippy-check/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions-rs-plus/clippy-check/compare/v2.4.2...v2.5.0) --- updated-dependencies: - dependency-name: actions-rs-plus/clippy-check dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sqlformat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sqlformat.yml b/.github/workflows/sqlformat.yml index 73810c3..c9bd83f 100644 --- a/.github/workflows/sqlformat.yml +++ b/.github/workflows/sqlformat.yml @@ -44,7 +44,7 @@ jobs: cargo fmt --all -- --check - name: Run clippy if: matrix.toolchain == 'stable' - uses: actions-rs-plus/clippy-check@v2.4.2 + uses: actions-rs-plus/clippy-check@v2.5.0 with: args: --all -- -D warnings - name: Run tests