From 9a1fd3bfd3dbe51e613d071e924df94b173bd5b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Mar 2022 04:29:02 +0000 Subject: [PATCH] yq: Update to version 4.23.1 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 29d4ca7f61..cc0624ec2d 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.22.1", + "version": "4.23.1", "description": "A portable command-line YAML processor", "homepage": "https://mikefarah.gitbook.io/yq/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.22.1/yq_windows_amd64.exe#/yq.exe", - "hash": "8354524a4e661c31af0e4da614969ee033313201b8d1abe928fce0fa68fe397f" + "url": "https://github.com/mikefarah/yq/releases/download/v4.23.1/yq_windows_amd64.exe#/yq.exe", + "hash": "5e41d9a584c4bb697361764fb7b320f3824ae36d31ec91ce25edf2bdfa255dc1" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.22.1/yq_windows_386.exe#/yq.exe", - "hash": "6eb28d756b138abefb4251e3a187128ccc67179142aada42710d3101ba099daa" + "url": "https://github.com/mikefarah/yq/releases/download/v4.23.1/yq_windows_386.exe#/yq.exe", + "hash": "f5a52fa8b2a9e9d04946b5b9402d7387ad1ff6eb00ff0fcf495fd2b2f02eb4de" } }, "bin": "yq.exe",