From 6cf389b69861d9ad4803f88520ca432cd5d44775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 20:05:43 +0000 Subject: [PATCH] Bump the pre-commit-hooks group with 4 updates Bumps the pre-commit-hooks group with 4 updates: [https://github.com/checkmake/checkmake.git](https://github.com/checkmake/checkmake), [https://github.com/rhysd/actionlint](https://github.com/rhysd/actionlint), [https://github.com/DavidAnson/markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) and [https://github.com/adrienverge/yamllint](https://github.com/adrienverge/yamllint). Updates `https://github.com/checkmake/checkmake.git` from 0.2.2 to 0.3.2 - [Release notes](https://github.com/checkmake/checkmake/releases) - [Changelog](https://github.com/checkmake/checkmake/blob/main/CHANGELOG.md) - [Commits](https://github.com/checkmake/checkmake/compare/0.2.2...v0.3.2) Updates `https://github.com/rhysd/actionlint` from v1.7.9 to 1.7.11 - [Release notes](https://github.com/rhysd/actionlint/releases) - [Changelog](https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/rhysd/actionlint/compare/v1.7.9...v1.7.11) Updates `https://github.com/DavidAnson/markdownlint-cli2` from v0.19.1 to 0.21.0 - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.19.1...v0.21.0) Updates `https://github.com/adrienverge/yamllint` from v1.37.1 to 1.38.0 - [Release notes](https://github.com/adrienverge/yamllint/releases) - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.37.1...v1.38.0) --- updated-dependencies: - dependency-name: https://github.com/checkmake/checkmake.git dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pre-commit-hooks - dependency-name: https://github.com/rhysd/actionlint dependency-version: 1.7.11 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/DavidAnson/markdownlint-cli2 dependency-version: 0.21.0 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/adrienverge/yamllint dependency-version: 1.38.0 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cda301e..80f3ddd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,11 +10,11 @@ repos: - id: check-toml - id: check-added-large-files - repo: https://github.com/checkmake/checkmake.git - rev: 0.2.2 + rev: v0.3.2 hooks: - id: checkmake - repo: https://github.com/rhysd/actionlint - rev: v1.7.9 + rev: v1.7.11 hooks: - id: actionlint name: actionlint @@ -27,7 +27,7 @@ repos: args: ["-oneline", "-shellcheck", "shellcheck -S error"] stages: [manual] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.19.1 + rev: v0.21.0 hooks: - id: markdownlint-cli2 - repo: local @@ -62,7 +62,7 @@ repos: files: \.(yml|yaml)$ args: ["--write"] - repo: https://github.com/adrienverge/yamllint - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint - id: yamllint