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:
commit
d2aabac1e1
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user