From 801cbb8b424c32393708baa99ee2e3f1a914019f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 16:29:04 +0000 Subject: [PATCH] actionlint: Update to version 1.7.6 --- bucket/actionlint.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/actionlint.json b/bucket/actionlint.json index 8ec39ecda8..9cb633b1fe 100644 --- a/bucket/actionlint.json +++ b/bucket/actionlint.json @@ -1,20 +1,20 @@ { - "version": "1.7.5", + "version": "1.7.6", "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.5/actionlint_1.7.5_windows_amd64.zip", - "hash": "b6271add72e21bbd3cffbfb7105ade7f8648cd2ced0c94184f47705badc7ae0d" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.6/actionlint_1.7.6_windows_amd64.zip", + "hash": "48d327e7744ef863cd85df1cc29be810bd7a1d03026132ab34e4ddbfe839f685" }, "32bit": { - "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.5/actionlint_1.7.5_windows_386.zip", - "hash": "9b437a2634dca523ad970c50e809a9e99b19fd99a53a4d430c3494755adaa730" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.6/actionlint_1.7.6_windows_386.zip", + "hash": "3fdf7a2583445ef7042f01465048eaaa8d7d4863de270ec37d4bdfdd8e007f8d" }, "arm64": { - "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.5/actionlint_1.7.5_windows_arm64.zip", - "hash": "fdfb665bfa53866373e5b6fada218b5285b06af70a1c192ae4460f8847667a73" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.6/actionlint_1.7.6_windows_arm64.zip", + "hash": "abf8f1910c0bc7821121aa820e071abff19a34829e621382f11b1dde934944ee" } }, "bin": "actionlint.exe",