From c1bb30466247873d35dee0588a24b786121eb429 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 16:31:45 +0000 Subject: [PATCH] actionlint: Update to version 1.6.20 --- bucket/actionlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/actionlint.json b/bucket/actionlint.json index 1dac313a8d..ac88c1c0ab 100644 --- a/bucket/actionlint.json +++ b/bucket/actionlint.json @@ -1,16 +1,16 @@ { - "version": "1.6.19", + "version": "1.6.20", "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.19/actionlint_1.6.19_windows_amd64.zip", - "hash": "87e71f09216cfba82857c2ab0610aaaba747e834211e9f15568855f4c3e6006d" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.20/actionlint_1.6.20_windows_amd64.zip", + "hash": "c41697def7748c4ce56ca96bfe354c1b9d660ea75b46f778544beaeb0fdaa3fe" }, "32bit": { - "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.19/actionlint_1.6.19_windows_386.zip", - "hash": "d81367fac59f0befd27ae627b98c32ff90bcc61c6dda61a78ecfe653c8884023" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.20/actionlint_1.6.20_windows_386.zip", + "hash": "b50384064ff0cca1db25a9b53d0fa03247f68b569a860b87df69653afba70369" } }, "bin": "actionlint.exe",