From df8bca54d99cf33981a8569201e88818ebb2d9cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 01:16:13 +0000 Subject: [PATCH] Bump dprint/check from v1.2 to v1.3 Bumps [dprint/check](https://github.com/dprint/check) from v1.2 to v1.3. - [Release notes](https://github.com/dprint/check/releases) - [Commits](https://github.com/dprint/check/compare/v1.2...73e06d86562a052a5fa32b01e1350a7b8de99966) 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 51d1a674..9c9b1cc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: cargo fmt --all -- --check - name: Check markdown formatting - uses: dprint/check@v1.2 + uses: dprint/check@v1.3 - name: Run clippy with default features run: cargo clippy --workspace --all-targets -- -D warnings