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] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-08-27 02:17:35 +00:00 committed by GitHub
parent 51864da93e
commit b0b61e039e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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