From 0445827f92792fb950034231136ad7c7aec7d11e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 10:23:21 +0000 Subject: [PATCH] Bump dprint/check from 1.5 to 2.0 Bumps [dprint/check](https://github.com/dprint/check) from 1.5 to 2.0. - [Release notes](https://github.com/dprint/check/releases) - [Commits](https://github.com/dprint/check/compare/v1.5...v2.0) --- updated-dependencies: - dependency-name: dprint/check dependency-type: direct:production update-type: version-update:semver-major ... 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 fddf6f0..46bc305 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: dprint/check@v1.5 + - uses: dprint/check@v2.0 clippy: runs-on: ubuntu-latest