mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 03:30:34 +00:00
GHA CI: "file health" update pre-commit
action to v3.0.0
* Update `pre-commit` action to `v3.0.0` https://github.com/pre-commit/action/releases * Bump pre-commit-hooks to `v4.3.0` https://github.com/pre-commit/pre-commit-hooks.git PR #17195.
This commit is contained in:
parent
29a964d5b7
commit
d0b13f0eb0
2
.github/workflows/ci_file_health.yaml
vendored
2
.github/workflows/ci_file_health.yaml
vendored
@ -18,4 +18,4 @@ jobs:
|
||||
uses: actions/setup-python@v3
|
||||
|
||||
- name: Check files
|
||||
uses: pre-commit/action@v2.0.3
|
||||
uses: pre-commit/action@v3.0.0
|
||||
|
@ -13,7 +13,7 @@ repos:
|
||||
- ts
|
||||
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks.git
|
||||
rev: v4.2.0
|
||||
rev: v4.3.0
|
||||
hooks:
|
||||
- id: check-json
|
||||
name: Check JSON files
|
||||
|
Loading…
Reference in New Issue
Block a user