From 22f690fec67f1948ff5e837e1b7a3fba6828dc89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 11:02:56 +0000 Subject: [PATCH] chore: Bump dprint/check from 2.3 to 2.5 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.3 to 2.5 - [Release notes](https://github.com/dprint/check/releases) - [Commits](https://github.com/dprint/check/compare/v2.3...v2.5) --- updated-dependencies: - dependency-name: dprint/check dependency-version: '2.5' 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 0679005..ea2bd28 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v7 - name: Check formatting - uses: dprint/check@v2.3 + uses: dprint/check@v2.5 images: runs-on: ubuntu-latest