From 40113a71d48505aa7d61af457e8c847d49f98891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 18:08:10 +0000 Subject: [PATCH] Bump pre-commit/action from 2.0.2 to 2.0.3 Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](https://github.com/pre-commit/action/compare/v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cargo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index ee8d86d..687b169 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -25,4 +25,4 @@ jobs: - uses: actions/setup-python@v2 - name: Run pre-commit hooks - uses: pre-commit/action@v2.0.2 + uses: pre-commit/action@v2.0.3