actionlint: Update to version 1.7.5

This commit is contained in:
github-actions[bot] 2024-12-28 16:28:51 +00:00
parent b6c53ac4d2
commit 5cd335243b

View File

@ -1,20 +1,20 @@
{ {
"version": "1.7.4", "version": "1.7.5",
"description": "Static checker for GitHub Actions workflow files", "description": "Static checker for GitHub Actions workflow files",
"homepage": "https://github.com/rhysd/actionlint", "homepage": "https://github.com/rhysd/actionlint",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.7.4/actionlint_1.7.4_windows_amd64.zip", "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.5/actionlint_1.7.5_windows_amd64.zip",
"hash": "cef5ea561b9be20cff390301c4062c1d7b260af2f9963c26b406e57aaf30e4d8" "hash": "b6271add72e21bbd3cffbfb7105ade7f8648cd2ced0c94184f47705badc7ae0d"
}, },
"32bit": { "32bit": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.7.4/actionlint_1.7.4_windows_386.zip", "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.5/actionlint_1.7.5_windows_386.zip",
"hash": "29ffdf73c1a5e878578fdc204420eecdf5862896661913686d9a9da8a67d4d97" "hash": "9b437a2634dca523ad970c50e809a9e99b19fd99a53a4d430c3494755adaa730"
}, },
"arm64": { "arm64": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.7.4/actionlint_1.7.4_windows_arm64.zip", "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.5/actionlint_1.7.5_windows_arm64.zip",
"hash": "205a2f99be1caa70cf0558561fae47f099b5ef85ca57b00abce18c840452eaf3" "hash": "fdfb665bfa53866373e5b6fada218b5285b06af70a1c192ae4460f8847667a73"
} }
}, },
"bin": "actionlint.exe", "bin": "actionlint.exe",