From 464f330cab611bc1505f04a84b77d530cf1ad700 Mon Sep 17 00:00:00 2001 From: Nick Osborn Date: Thu, 12 Jun 2025 10:24:20 +0800 Subject: [PATCH] chore: pre-commit autoupdate --- .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 2be721c..63811ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -20,7 +20,7 @@ repos: exclude: examples/ignore/example-ignore.md - repo: https://github.com/adrienverge/yamllint - rev: v1.30.0 + rev: v1.37.1 hooks: - id: yamllint args: @@ -28,7 +28,7 @@ repos: - --strict - repo: https://github.com/rhysd/actionlint - rev: v1.6.23 + rev: v1.7.7 hooks: - id: actionlint-docker