From 41ee382ce3638fb4ddedd1e70986dd6b476def2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 00:34:27 +0000 Subject: [PATCH] yq: Update to version 4.32.2 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index dd193cf801..66f99f626c 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.32.1", + "version": "4.32.2", "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.32.1/yq_windows_amd64.exe#/yq.exe", - "hash": "badc23a6cfe12219815a8ebbae5c9b970d9732eb2ed100c4aeb792a4e7fdd5a1" + "url": "https://github.com/mikefarah/yq/releases/download/v4.32.2/yq_windows_amd64.exe#/yq.exe", + "hash": "a2c810224f66e7c3d73d94097d6bf58aaffbdd4121f90120809378c7450e7ec1" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.32.1/yq_windows_386.exe#/yq.exe", - "hash": "c35cf490cc4985c3c2a52cbd9c0ce86b0603737be262f15a808371e625d6826c" + "url": "https://github.com/mikefarah/yq/releases/download/v4.32.2/yq_windows_386.exe#/yq.exe", + "hash": "27268483453c0c69b85757b6eae540f5faf23127e29d88146df1b411689d7c1b" } }, "bin": "yq.exe",