From 986b273038ffa7cca932f2e50b8ffa066e77f52f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Nov 2022 04:31:28 +0000 Subject: [PATCH] yq: Update to version 4.30.2 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index e9e66ebac9..4c2f42c2e3 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.30.1", + "version": "4.30.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.30.1/yq_windows_amd64.exe#/yq.exe", - "hash": "bd5256779c110ef3f9aa99df4378c19d64d7ad9ab1f2b21866b80c0ea22365ab" + "url": "https://github.com/mikefarah/yq/releases/download/v4.30.2/yq_windows_amd64.exe#/yq.exe", + "hash": "45d82205499bae002e4d8e3b2ac47c53f8b9295bd2031a1a4e5a7d73602a77a1" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.30.1/yq_windows_386.exe#/yq.exe", - "hash": "bfcb43a6c27629b4b7bf465201da6d830ef098dc3158f37757fe0ca994828e8c" + "url": "https://github.com/mikefarah/yq/releases/download/v4.30.2/yq_windows_386.exe#/yq.exe", + "hash": "7e3f4f326fae693fb30e61472d388f6be3ab64c3d4dad10ee339b58ee92e95b9" } }, "bin": "yq.exe",