From 543ced5f4bab96a43239261883e9200d147f4623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:27:09 +0000 Subject: [PATCH] chore(deps): bump dprint/check from 2.2 to 2.3 Bumps [dprint/check](https://github.com/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 ... 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 a81ab87..a683deb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v4 - name: Setup dprint - uses: dprint/check@v2.2 + uses: dprint/check@v2.3 validate-shell: name: Validate Shell Scripts