From 1e9c8b3dfa5ebe7a8c270daf7355aa1db9926e00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 20:25:39 +0000 Subject: [PATCH] yq: Update to version 4.34.2 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 31e4072dc6..761036730f 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.34.1", + "version": "4.34.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.34.1/yq_windows_amd64.exe#/yq.exe", - "hash": "d01f9289dba3eccf3c22781d90366f8e82a01ed5a1cf64958f7bf677cecdadc9" + "url": "https://github.com/mikefarah/yq/releases/download/v4.34.2/yq_windows_amd64.exe#/yq.exe", + "hash": "47400a6e5a6a6e5fd520043d4521dfed4413f7b8081de3b407800cb95743f74f" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.34.1/yq_windows_386.exe#/yq.exe", - "hash": "0c5e5670da14eaefbfa6ab74bc29a4584ef4206cd627f0afbac4def532f83c6a" + "url": "https://github.com/mikefarah/yq/releases/download/v4.34.2/yq_windows_386.exe#/yq.exe", + "hash": "b26d8c8715ea41ec2808ed27514db347512bdd6183b06f4a17d638e1a208a159" } }, "bin": "yq.exe",