From 5cd335243bca5347a844c080bd5b08759ebfa48f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 16:28:51 +0000 Subject: [PATCH] actionlint: Update to version 1.7.5 --- bucket/actionlint.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/actionlint.json b/bucket/actionlint.json index 52c3855d51..8ec39ecda8 100644 --- a/bucket/actionlint.json +++ b/bucket/actionlint.json @@ -1,20 +1,20 @@ { - "version": "1.7.4", + "version": "1.7.5", "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.4/actionlint_1.7.4_windows_amd64.zip", - "hash": "cef5ea561b9be20cff390301c4062c1d7b260af2f9963c26b406e57aaf30e4d8" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.5/actionlint_1.7.5_windows_amd64.zip", + "hash": "b6271add72e21bbd3cffbfb7105ade7f8648cd2ced0c94184f47705badc7ae0d" }, "32bit": { - "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.4/actionlint_1.7.4_windows_386.zip", - "hash": "29ffdf73c1a5e878578fdc204420eecdf5862896661913686d9a9da8a67d4d97" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.5/actionlint_1.7.5_windows_386.zip", + "hash": "9b437a2634dca523ad970c50e809a9e99b19fd99a53a4d430c3494755adaa730" }, "arm64": { - "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.4/actionlint_1.7.4_windows_arm64.zip", - "hash": "205a2f99be1caa70cf0558561fae47f099b5ef85ca57b00abce18c840452eaf3" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.5/actionlint_1.7.5_windows_arm64.zip", + "hash": "fdfb665bfa53866373e5b6fada218b5285b06af70a1c192ae4460f8847667a73" } }, "bin": "actionlint.exe",