From 2ad6f9af47d44a3facab9b8f023f1945007be63d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 May 2026 18:55:40 +0000 Subject: [PATCH] chore(deps): update all ci non-major dependencies --- .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 c960104..5e15f46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: dist/.* repos: - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.22.0 + rev: v9.25.0 hooks: - id: commitlint stages: [commit-msg] @@ -19,6 +19,6 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/rhysd/actionlint - rev: v1.7.7 + rev: v1.7.12 hooks: - id: actionlint