From 56abb4d44d5d26bd00fa11b1b4b311885df79dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 09:23:52 +0000 Subject: [PATCH] ci(deps): Bump dprint/check from 2.3 to 2.4 Bumps [dprint/check](https://github.com/dprint/check) from 2.3 to 2.4. - [Release notes](https://github.com/dprint/check/releases) - [Commits](https://github.com/dprint/check/compare/v2.3...v2.4) --- updated-dependencies: - dependency-name: dprint/check dependency-version: '2.4' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e039bed..4b7eb8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,7 @@ jobs: filter: .devDependencies.dprint - id: check name: Check formatting - uses: dprint/check@v2.3 + uses: dprint/check@v2.4 with: args: --config-discovery=false --incremental=false --log-level=info config-path: .dprint.jsonc