From 1bfd06e9092b05857c7bf57f0a9700f202a55c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 01:33:12 +0000 Subject: [PATCH] Bump pre-commit/action from v1.0.0 to v2.0.0 Bumps [pre-commit/action](https://github.com/pre-commit/action) from v1.0.0 to v2.0.0. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](https://github.com/pre-commit/action/compare/v1.0.0...0764670bf370aab253130d534e1eda7ff497dc60) Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b44c0a..014d171 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: path: ~/.cache/pre-commit key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }} - name: Lint with pre-commit - uses: pre-commit/action@v1.0.0 + uses: pre-commit/action@v2.0.0 test: needs: lint runs-on: ubuntu-latest