From d7fd8847e283fce22bb3b4a3fb426700260fd230 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 04:56:29 +0000 Subject: [PATCH] actionlint: Update to version 1.6.19 --- bucket/actionlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/actionlint.json b/bucket/actionlint.json index 89a4c31197..1dac313a8d 100644 --- a/bucket/actionlint.json +++ b/bucket/actionlint.json @@ -1,16 +1,16 @@ { - "version": "1.6.18", + "version": "1.6.19", "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.6.18/actionlint_1.6.18_windows_amd64.zip", - "hash": "993d4bce3069add130972b486fb6de3b824cafcefd54f719c158f6310224878e" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.19/actionlint_1.6.19_windows_amd64.zip", + "hash": "87e71f09216cfba82857c2ab0610aaaba747e834211e9f15568855f4c3e6006d" }, "32bit": { - "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.18/actionlint_1.6.18_windows_386.zip", - "hash": "db0c13980757cafbed6b24ca33a4c8703d63ee470fe1c4773d11d46d00ea4b94" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.19/actionlint_1.6.19_windows_386.zip", + "hash": "d81367fac59f0befd27ae627b98c32ff90bcc61c6dda61a78ecfe653c8884023" } }, "bin": "actionlint.exe",