From e7490ce843374a1dcd8f3dd9d71908fb8cdd685c Mon Sep 17 00:00:00 2001 From: thepoppingone Date: Sun, 7 Apr 2024 00:24:18 +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..052d62b 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.6.27 hooks: - id: actionlint - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: # Git style - id: check-added-large-files