From 0e835a674eb287cfa091ed8043bed234c37358f4 Mon Sep 17 00:00:00 2001 From: zodilib Date: Sun, 10 Nov 2024 00:11:25 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .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 5d069a0..5d792d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ repos: - repo: https://github.com/rhysd/actionlint - rev: v1.6.26 + rev: v1.7.4 hooks: - id: actionlint - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: # Git style - id: check-added-large-files