actionlint: Update to version 1.7.3

This commit is contained in:
github-actions[bot] 2024-09-29 12:31:22 +00:00
parent 5af26eeb03
commit 11f79d2d30

View File

@ -1,20 +1,20 @@
{ {
"version": "1.7.2", "version": "1.7.3",
"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.2/actionlint_1.7.2_windows_amd64.zip", "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.3/actionlint_1.7.3_windows_amd64.zip",
"hash": "13b8cef929609f75c0b1d0a5730cb38bbfc13be38e3a5080edfd41b9f034270e" "hash": "e364347719accd53a7bb2e5b370e42e7262d6cee7c496738a08e319befda38e6"
}, },
"32bit": { "32bit": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.7.2/actionlint_1.7.2_windows_386.zip", "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.3/actionlint_1.7.3_windows_386.zip",
"hash": "2bc3893f1c9b5ed9a3da7d6b38fe7993b5927276f37d11225594d97d614bfd49" "hash": "58fafb51ac1a27822cf1d97e3a473b83f7f31da0b64555a3ee5022dc40f25946"
}, },
"arm64": { "arm64": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.7.2/actionlint_1.7.2_windows_arm64.zip", "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.3/actionlint_1.7.3_windows_arm64.zip",
"hash": "ff6fbac6e85fa663a74800fd51217091dfec87aa8d35b80b2092d269519664d6" "hash": "71b50372a72e1f07cec38c82783873cebddf3ec194bb80119b652a80f9f5447f"
} }
}, },
"bin": "actionlint.exe", "bin": "actionlint.exe",