From 0ac21043345ad246778e5a9690077c776577680a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Aug 2022 16:30:17 +0000 Subject: [PATCH] actionlint: Update to version 1.6.17 --- bucket/actionlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/actionlint.json b/bucket/actionlint.json index 1609c1795e..297ce83b06 100644 --- a/bucket/actionlint.json +++ b/bucket/actionlint.json @@ -1,16 +1,16 @@ { - "version": "1.6.16", + "version": "1.6.17", "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.16/actionlint_1.6.16_windows_amd64.zip", - "hash": "8a8705c4a705f699939aebfe57f9659d38e25abc28bf646cd6f013b4841b6b00" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.17/actionlint_1.6.17_windows_amd64.zip", + "hash": "870fc233015ceeeef03270b53a3a9ac2c599f245f3320e0da0b97e197e6c4d6d" }, "32bit": { - "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.16/actionlint_1.6.16_windows_386.zip", - "hash": "d385c87a1d1a2f707535d50cf5c460ef8c5f7faa5b59a94c735a2f2e85a0c7e8" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.17/actionlint_1.6.17_windows_386.zip", + "hash": "1e9a980516006ebde2dd749fc4c39e7c09cd823d3bdd842af8591417984acab9" } }, "bin": "actionlint.exe",