From ada5df740f28df8b08f0f030a5d4f445a8fbba41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 11:01:45 +0000 Subject: [PATCH] build(deps): bump dprint/check from 2.1 to 2.2 Bumps [dprint/check](https://github.com/dprint/check) from 2.1 to 2.2. - [Release notes](https://github.com/dprint/check/releases) - [Commits](https://github.com/dprint/check/compare/v2.1...v2.2) --- updated-dependencies: - dependency-name: dprint/check 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 0fa9eae1..04461afd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: Swatinem/rust-cache@v2.2.0 - name: Check formatting - uses: dprint/check@v2.1 + uses: dprint/check@v2.2 - name: Run clippy with default features run: cargo clippy --workspace --all-targets -- -D warnings