From be29f12dadb6b9d124476dd91425540f53f23fa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 13:27:43 +0000 Subject: [PATCH] chore: Bump dprint/check from 2.2 to 2.3 in the github-actions group Bumps the github-actions group with 1 update: [dprint/check](https://github.com/dprint/check). Updates `dprint/check` from 2.2 to 2.3 - [Release notes](https://github.com/dprint/check/releases) - [Commits](https://github.com/dprint/check/compare/v2.2...v2.3) --- updated-dependencies: - dependency-name: dprint/check dependency-version: '2.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 70033b9..61adcda 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v4 - name: Check formatting - uses: dprint/check@v2.2 + uses: dprint/check@v2.3 images: runs-on: ubuntu-latest