Merge pull request #6 from gaphor/dependabot/github_actions/pre-commit/action-v2.0.0

Bump pre-commit/action from v1.0.0 to v2.0.0
This commit is contained in:
Dan Yeaw 2020-08-27 20:11:02 -04:00 committed by GitHub
commit d2aabac1e1
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