From 8b1eb0a5825cda1e24a8ef584f038191f04175b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 11:44:20 +0200 Subject: [PATCH] chore: update pre-commit hooks (#91) Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ef6fc5..a2a4b5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: args: [-c, .markdownlint.json, --fix] - repo: https://github.com/adrienverge/yamllint - rev: v1.36.0 + rev: v1.36.1 hooks: - id: yamllint @@ -49,7 +49,7 @@ repos: - id: actionlint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.196.0 + rev: 39.205.1 hooks: - id: renovate-config-validator