chore(deps): update pre-commit/action action to v2.0.3 (#846)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-05-01 07:52:30 -04:00 committed by GitHub
parent 8394533292
commit a98f42b657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,14 +25,14 @@ jobs:
# run only if changed files were detected # run only if changed files were detected
- name: Run against changes - name: Run against changes
uses: pre-commit/action@v2.0.2 uses: pre-commit/action@v2.0.3
if: steps.filter.outputs.addedOrModified == 'true' if: steps.filter.outputs.addedOrModified == 'true'
with: with:
extra_args: --files ${{ steps.filter.outputs.addedOrModified_files }} extra_args: --files ${{ steps.filter.outputs.addedOrModified_files }}
# run if no changed files were detected (e.g. workflow_dispatch on master branch) # run if no changed files were detected (e.g. workflow_dispatch on master branch)
- name: Run against all files - name: Run against all files
uses: pre-commit/action@v2.0.2 uses: pre-commit/action@v2.0.3
if: steps.filter.outputs.addedOrModified != 'true' if: steps.filter.outputs.addedOrModified != 'true'
with: with:
extra_args: --all-files extra_args: --all-files