From e7305900854308a361b37a2dfbf5160575b50946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 09:10:08 +0000 Subject: [PATCH] Bump dprint/check from v1 to v1.2 Bumps [dprint/check](https://github.com/dprint/check) from v1 to v1.2. - [Release notes](https://github.com/dprint/check/releases) - [Commits](https://github.com/dprint/check/compare/v1...58765d19636462e70cd83fe4de8dfc16e7d6f5d2) 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 7d1fcc79..8e557eff 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 + uses: dprint/check@v1.2 - name: Run clippy with default features run: cargo clippy --workspace --all-targets -- -D warnings