Skip to content

Commit

Permalink
build(deps): bump pre-commit/action from 2.0.3 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.3 to 3.0.0.
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](pre-commit/action@v2.0.3...v3.0.0)

---
updated-dependencies:
- dependency-name: pre-commit/action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent f767b6b commit f8b7ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit-check.yml
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 f8b7ed3

Please sign in to comment.