From a9e7be2926b2372251bacfeb9a8d9c5e7a77acbe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 20:29:32 +0000 Subject: [PATCH] actionlint: Update to version 1.7.10 --- bucket/actionlint.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/actionlint.json b/bucket/actionlint.json index ac7c849f17..282350b165 100644 --- a/bucket/actionlint.json +++ b/bucket/actionlint.json @@ -1,20 +1,20 @@ { - "version": "1.7.9", + "version": "1.7.10", "description": "Static checker for GitHub Actions workflow files", "homepage": "https://github.com/rhysd/actionlint", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.9/actionlint_1.7.9_windows_amd64.zip", - "hash": "7c8b10a93723838bc3533f6e1886d868fdbb109b81606ebe6d1a533d11d8e978" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.10/actionlint_1.7.10_windows_amd64.zip", + "hash": "283467f9d6202a8cb8c00ad8dd0ee4e685b71fb86a6a56c68fcbb9ae8ed91237" }, "32bit": { - "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.9/actionlint_1.7.9_windows_386.zip", - "hash": "ce24091626ce8f931d7dab6970a9d33dfbcb76d969e3666b2be6d65cbfcd2d60" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.10/actionlint_1.7.10_windows_386.zip", + "hash": "1783f8a1dd59a67dae373e753a88592351e00128195bc9ddd2b836a0c31df71b" }, "arm64": { - "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.9/actionlint_1.7.9_windows_arm64.zip", - "hash": "7aca9bf09eedf0a743e08c7cb9f1712467a7324a9342a029ae4536fb4be95c25" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.10/actionlint_1.7.10_windows_arm64.zip", + "hash": "0c7242bca2f0ee4672a00ce7fa3c7185311fb94cb9e1e0f6bb57d5456e421d80" } }, "bin": "actionlint.exe",