From 4514b564bfeae685dc6720ee2e548beda9de0b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 07:37:01 +0000 Subject: [PATCH] Bump dprint/check from v1.3 to v1.4 Bumps [dprint/check](https://github.com/dprint/check) from v1.3 to v1.4. - [Release notes](https://github.com/dprint/check/releases) - [Commits](https://github.com/dprint/check/compare/v1.3...a3ed4347fef5b3b2bf68cc38b44885d9df913253) 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 e0ae31f7..a65bea38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: run: cargo fmt --all -- --check - name: Check formatting - uses: dprint/check@v1.3 + uses: dprint/check@v1.4 - name: Run clippy with default features run: cargo clippy --workspace --all-targets -- -D warnings