actionlint: Update to version 1.7.0

This commit is contained in:
github-actions[bot] 2024-05-08 20:25:04 +00:00
parent e537b3fe5c
commit cdfc74ae3d

View File

@ -1,20 +1,20 @@
{ {
"version": "1.6.27", "version": "1.7.0",
"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.6.27/actionlint_1.6.27_windows_amd64.zip", "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.0/actionlint_1.7.0_windows_amd64.zip",
"hash": "2040aeb2530a80abbb923493f6947443203b7e60e829cb7bad1c8cde1483c376" "hash": "2ecb1b4d3b54ee4503a0edeb29bdc910c5ef8826358698078905f485e0bab675"
}, },
"32bit": { "32bit": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.6.27/actionlint_1.6.27_windows_386.zip", "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.0/actionlint_1.7.0_windows_386.zip",
"hash": "7facf88b0d47a736b9f17790ee1b1d7c6a626a5130d168d74d5f7759573f0d19" "hash": "a3308162c318420aefba7fccd286aae1f74dc570cbcc78e6805cc042ed2433f8"
}, },
"arm64": { "arm64": {
"url": "https://github.com/rhysd/actionlint/releases/download/v1.6.27/actionlint_1.6.27_windows_arm64.zip", "url": "https://github.com/rhysd/actionlint/releases/download/v1.7.0/actionlint_1.7.0_windows_arm64.zip",
"hash": "bc082f32a036a86dad364bc46e2d707c4da5615598e2d50da2cb840cff97731d" "hash": "c2d9d30c7fdb4808a99a0800b768425b14132d4968ab01926f1bafa44b0f230a"
} }
}, },
"bin": "actionlint.exe", "bin": "actionlint.exe",