Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
chore(deps): update pre-commit/action action to v3 (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 25, 2022
1 parent 4d09a8d commit 8097346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
# run only if changed files were detected
- name: Run against changes
uses: pre-commit/action@v2.0.3
uses: pre-commit/action@v3.0.0
if: steps.filter.outputs.addedOrModified == 'true'
with:
extra_args: --files ${{ steps.filter.outputs.addedOrModified_files }}

# run if no changed files were detected (e.g. workflow_dispatch on master branch)
- name: Run against all files
uses: pre-commit/action@v2.0.3
uses: pre-commit/action@v3.0.0
if: steps.filter.outputs.addedOrModified != 'true'
with:
extra_args: --all-files

0 comments on commit 8097346

Please sign in to comment.