From 744be5c127c3daab52ef486e217821e54ab4424c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 00:43:00 +0000 Subject: [PATCH] yq: Update to version 4.28.2 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 6a625af685..754546586c 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.28.1", + "version": "4.28.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.28.1/yq_windows_amd64.exe#/yq.exe", - "hash": "f1caa91a3b889e130047846c204f0c9a9fe4ed519c1df0e15c228526dac0dc56" + "url": "https://github.com/mikefarah/yq/releases/download/v4.28.2/yq_windows_amd64.exe#/yq.exe", + "hash": "49f330033c7144110cd668ca601b8737065c472aa7405781f9e4652ace0dd175" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.28.1/yq_windows_386.exe#/yq.exe", - "hash": "284c3b810b2e72fc335e7cfb6afdb8b9b5e1afdcff3fdff3ac78005a61745b9b" + "url": "https://github.com/mikefarah/yq/releases/download/v4.28.2/yq_windows_386.exe#/yq.exe", + "hash": "dea5a3ed6f3d6e17527e0656e41eaee747d02fa7ddbba399c31a6c84e1a4c9e5" } }, "bin": "yq.exe",