From 7e04063a3e901f309447cf8a26476caa3544c0d7 Mon Sep 17 00:00:00 2001 From: Eric Berquist Date: Thu, 16 Oct 2025 22:24:04 -0400 Subject: [PATCH] pre-commit: Update version of shellcheck that actionlint uses --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c6ad17..902c9f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: hooks: - id: actionlint additional_dependencies: - - "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.10.0" + - "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.1" - repo: https://github.com/zizmorcore/zizmor-pre-commit rev: "v1.9.0" hooks: