Skip to content

Commit

Permalink
GHA CI: Bump some pre-commit hook revs
Browse files Browse the repository at this point in the history
* Bumped `pre-commit-hooks` -> v5.0.0
* Bumped `typos` -> v1.28.4

PR #22020.
  • Loading branch information
xavier2k6 authored Dec 20, 2024
1 parent 257d928 commit fee45e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- ts

- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-json
name: Check JSON files
Expand Down Expand Up @@ -88,7 +88,7 @@ repos:
- ts

- repo: https://github.com/crate-ci/typos.git
rev: v1.25.0
rev: v1.28.4
hooks:
- id: typos
name: Check spelling (typos)
Expand Down

0 comments on commit fee45e4

Please sign in to comment.