actionlint: Update to version 1.7.1

This commit is contained in:
github-actions[bot] 2024-05-28 12:31:13 +00:00
parent 42dd32d717
commit 3da36558a7

View File

@ -1,20 +1,20 @@
{ {
"version": "1.7.0", "version": "1.7.1",
"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.0/actionlint_1.7.0_windows_amd64.zip", "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.1/actionlint_1.7.1_windows_amd64.zip",
"hash": "2ecb1b4d3b54ee4503a0edeb29bdc910c5ef8826358698078905f485e0bab675" "hash": "5dbecc21cf2ebe982a1ae5e029ee49f5be8ca3263a936c597323ed9331d896de"
}, },
"32bit": { "32bit": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.7.0/actionlint_1.7.0_windows_386.zip", "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.1/actionlint_1.7.1_windows_386.zip",
"hash": "a3308162c318420aefba7fccd286aae1f74dc570cbcc78e6805cc042ed2433f8" "hash": "fff32c0089d79d944c0fd682d6aa9031dfc42120187f189062a3b380156ba92f"
}, },
"arm64": { "arm64": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.7.0/actionlint_1.7.0_windows_arm64.zip", "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.1/actionlint_1.7.1_windows_arm64.zip",
"hash": "c2d9d30c7fdb4808a99a0800b768425b14132d4968ab01926f1bafa44b0f230a" "hash": "84548356008900caa7aeaed73f60df48253550a5ecf42d6143d3e2690ff75446"
} }
}, },
"bin": "actionlint.exe", "bin": "actionlint.exe",