From 9bb233b9297ac277817c336daa0d66bed1e27029 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jan 2022 04:29:01 +0000 Subject: [PATCH] yq: Update to version 4.18.1 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 035b2414eb..6ac149d6b4 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.17.2", + "version": "4.18.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.17.2/yq_windows_amd64.exe#/yq.exe", - "hash": "034ca003b29e6fad0c84810b0e7e09e1b97cd12aa045b17d2b14caf3524fa4dd" + "url": "https://github.com/mikefarah/yq/releases/download/v4.18.1/yq_windows_amd64.exe#/yq.exe", + "hash": "5aec80c1f8ecc186bd6dfdc7db614dc853c5456b357f93e1a3a302bf2820de40" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.17.2/yq_windows_386.exe#/yq.exe", - "hash": "dcf85c884d79210188515cccd5a87f48533544095b8528f7a2d2f3bf395c20a3" + "url": "https://github.com/mikefarah/yq/releases/download/v4.18.1/yq_windows_386.exe#/yq.exe", + "hash": "bed8910ddd2d9e21b5ae7a4335f4c26a8262a6679c696ae681fafd5b37dbaa95" } }, "bin": "yq.exe",