From 375229cdeb67c7c3301d3a40fd53a2b9fbd1c0d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 12:30:44 +0000 Subject: [PATCH] actionlint: Update to version 1.6.23 --- bucket/actionlint.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/actionlint.json b/bucket/actionlint.json index 497cca6ad2..882bfefe75 100644 --- a/bucket/actionlint.json +++ b/bucket/actionlint.json @@ -1,20 +1,20 @@ { - "version": "1.6.22", + "version": "1.6.23", "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.22/actionlint_1.6.22_windows_amd64.zip", - "hash": "c0007e418e6cd2008769e55666229b50677f85975676c4246baee5ec3ae9a2b5" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.23/actionlint_1.6.23_windows_amd64.zip", + "hash": "ed8c80ec82c6995efd1f957cbf4c251fe208a3546e4afd8637d4b3709dbd8cc1" }, "32bit": { - "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.22/actionlint_1.6.22_windows_386.zip", - "hash": "1396715a2c179eb41f930d470d1dc8eb82fe6d093ad5b7ce0df7e2ab7632a974" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.23/actionlint_1.6.23_windows_386.zip", + "hash": "49607be905c208075ef9ab0598e02a4370fde458e4524ce5d940465e5f6c0899" }, "arm64": { - "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.22/actionlint_1.6.22_windows_arm64.zip", - "hash": "03abafa6a7665a888c9225d6b3b020ad8aa98a3c83b6e03d3a6cbd0345f8bebe" + "url": "https://github.com/rhysd/actionlint/releases/download/v1.6.23/actionlint_1.6.23_windows_arm64.zip", + "hash": "4ffb7d53776e5d90412cf53ed99f944f17f5193173b14b84adaaaa504d5731fa" } }, "bin": "actionlint.exe",