GHA CI: Bump some pre-commit hook revisions

* Bumped `pre-commit-hooks` -> v6.0.0
* Bumped `typos` -> v1.35.3

PR #23097.
This commit is contained in:
xavier2k6
2025-08-17 19:58:38 +01:00
committed by GitHub
parent 6ef9db89f9
commit 119a5a6e85

View File

@@ -19,7 +19,7 @@ repos:
- ts
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-json
name: Check JSON files
@@ -88,7 +88,7 @@ repos:
- ts
- repo: https://github.com/crate-ci/typos.git
rev: v1.32.0
rev: v1.35.3
hooks:
- id: typos
name: Check spelling (typos)