From 9599e3f7fb965d2184bea5445bf5cc2daf906e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 11:13:38 +0100 Subject: [PATCH] Bump dprint/check from 2.2 to 2.3 (#2797) Bumps [dprint/check](https://github.com/dprint/check) from 2.2 to 2.3. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 89b699da..50ab0397 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: rustup component add rustfmt - name: Check formatting - uses: dprint/check@v2.2 + uses: dprint/check@v2.3 typos: runs-on: ubuntu-latest