Bump pre-commit/action to 2.0.3 (#3426)

This commit is contained in:
mpoli 2021-11-20 13:58:57 -03:00 committed by GitHub
parent d00e84ebef
commit 6ca4cc9ca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ jobs:
# Getting only staged files can be tricky in case a new PR is opened # Getting only staged files can be tricky in case a new PR is opened
# since the action is run on a branch in detached head state # since the action is run on a branch in detached head state
- name: Install and Run Pre-commit - name: Install and Run Pre-commit
uses: pre-commit/action@v2.0.0 uses: pre-commit/action@v2.0.3
# With no caching at all the entire ci process takes 4m 30s to complete! # With no caching at all the entire ci process takes 4m 30s to complete!
pytest: pytest: