From d6275befca961e620cfe351468fc76267fb519de Mon Sep 17 00:00:00 2001 From: resq-sw Date: Sun, 16 Aug 2026 21:27:01 -0400 Subject: [PATCH] fix: resolve failing CI (run 31984044635) --- scripts/install-hooks.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-hooks.ps1 b/scripts/install-hooks.ps1 index f9168c0..72b9892 100644 --- a/scripts/install-hooks.ps1 +++ b/scripts/install-hooks.ps1 @@ -91,7 +91,7 @@ if ($resqBin) { # Pinned commit in resq-software/crates. Keep in step with the digests below # and with scripts/install-hooks.sh; required.yml re-checks all three # against the live endpoint, so drift fails CI rather than a user's install. - $cratesCommit = 'cdc3aa0203ee5785ec1b0ceaafc8937688e6c5c3' + $cratesCommit = 'd84cd9613da685ffb772a766673d6ba6a4acaf31' $hookDigests = @{ 'pre-commit' = '540c19f96fe258df6d90a8357b27513657b380567650ce3aaed83efa216a64ee' 'commit-msg' = 'e7fa95d5d54f212ef145ae9d53cae08b24b0f9dbd5501fde1dae0aa4ddfeb2a6'