From 1a026ba9aa4376bbf0a15492bf15940d5c005bea Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 21 Feb 2025 09:43:53 +0900 Subject: [PATCH] pre-commit: autoupdate --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ffaf509b8..695cc7e3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,12 +23,12 @@ repos: language: node additional_dependencies: ["prettier@3.3.3"] - repo: https://github.com/gitleaks/gitleaks - rev: v8.23.1 + rev: v8.24.0 hooks: - id: gitleaks name: detect hardcoded secrets - repo: https://github.com/shssoichiro/oxipng - rev: v9.1.3 + rev: v9.1.4 hooks: - id: oxipng name: run oxipng @@ -77,7 +77,7 @@ repos: name: run actionlint description: lint GitHub Actions workflow files - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell name: run codespell @@ -91,7 +91,7 @@ repos: description: local policy is to exclude extension from all shell files types: [shell] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.43.0 + rev: v0.44.0 hooks: - id: markdownlint name: run markdownlint