From b87bd446712f4ad61d49a1195787672e3684e95a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 00:32:49 +0000 Subject: [PATCH] yq: Update to version 4.40.2 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 8c524ee3d3..4bc3d5b9fa 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.35.2", + "version": "4.40.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.35.2/yq_windows_amd64.exe#/yq.exe", - "hash": "2e10b644b2fdf7d62354487a075e43fcd7d2f32b972df713ad5855fd2581eb16" + "url": "https://github.com/mikefarah/yq/releases/download/v4.40.2/yq_windows_amd64.exe#/yq.exe", + "hash": "74a2b7e312056adbe957ccd7dc62497f804e1eaa9a226d2d33d899354119f7f4" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.35.2/yq_windows_386.exe#/yq.exe", - "hash": "68317e2eedc6a8cbaf2f22fc63c2e856ad7202a46f6d1df616ea05e99ee413fe" + "url": "https://github.com/mikefarah/yq/releases/download/v4.40.2/yq_windows_386.exe#/yq.exe", + "hash": "f46904a628a5a622cd83cf00ae3cc231410585eabb552bbb7cb6794b456681f7" } }, "bin": "yq.exe",