From 379b0a5fc1772f63f1ec5130a3339c4a8ed2620f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:19:13 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/DavidAnson/markdownlint-cli2: v0.14.0 → v0.16.0](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.14.0...v0.16.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.30.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.3...0.30.0) - [github.com/rhysd/actionlint: v1.7.3 → v1.7.4](https://github.com/rhysd/actionlint/compare/v1.7.3...v1.7.4) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f7bc450..35f40f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,17 +7,17 @@ repos: hooks: - id: yamllint - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: "v0.14.0" + rev: "v0.16.0" hooks: - id: markdownlint-cli2 require_serial: true - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.29.3" + rev: "0.30.0" hooks: - id: check-github-actions - id: check-github-workflows - repo: https://github.com/rhysd/actionlint - rev: "v1.7.3" + rev: "v1.7.4" hooks: - id: actionlint-docker entry: docker.io/rhysd/actionlint:1.6.26