From e5f18e1d676e7ce6fb46c53c8b3d9b0d120b2ca0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Feb 2022 04:29:03 +0000 Subject: [PATCH] yq: Update to version 4.20.2 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 031088faeb..1a436c93a5 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.20.1", + "version": "4.20.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.20.1/yq_windows_amd64.exe#/yq.exe", - "hash": "6e8231e771e36b67ca96ba754fc09bbbba95d08a9149411b36011681e46c4f03" + "url": "https://github.com/mikefarah/yq/releases/download/v4.20.2/yq_windows_amd64.exe#/yq.exe", + "hash": "82cb5172ae2c9b554010734a14c527e7e6630d60e325fd676078ef9913e9d4d8" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.20.1/yq_windows_386.exe#/yq.exe", - "hash": "3063a632cc00147b686f2c438f737b5bf60d35416b3a932804abe2df96916b7b" + "url": "https://github.com/mikefarah/yq/releases/download/v4.20.2/yq_windows_386.exe#/yq.exe", + "hash": "1f596a0e1138cb18bc4bb8c3f655adc68a25298dce36f95a046fe2c739577870" } }, "bin": "yq.exe",