From e786c30b1fea4ed3ee3abf5099dfcd7c4db9957f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Oct 2022 16:31:36 +0000 Subject: [PATCH] actionlint: Update to version 1.6.21 --- bucket/actionlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/actionlint.json b/bucket/actionlint.json index ac88c1c0ab..1a6f0929c6 100644 --- a/bucket/actionlint.json +++ b/bucket/actionlint.json @@ -1,16 +1,16 @@ { - "version": "1.6.20", + "version": "1.6.21", "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.20/actionlint_1.6.20_windows_amd64.zip", - "hash": "c41697def7748c4ce56ca96bfe354c1b9d660ea75b46f778544beaeb0fdaa3fe" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.21/actionlint_1.6.21_windows_amd64.zip", + "hash": "2265f57f96d34b06f080357a78cfe4bc9a327f92809e78dabed4d46a6d66bf3c" }, "32bit": { - "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.20/actionlint_1.6.20_windows_386.zip", - "hash": "b50384064ff0cca1db25a9b53d0fa03247f68b569a860b87df69653afba70369" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.21/actionlint_1.6.21_windows_386.zip", + "hash": "97eb2cc211a8c67adae2a453cb51a3400a9916cbbef5d5dda61fb634f5d61b13" } }, "bin": "actionlint.exe",