From e7698dbe2f51588ebffd9225d8375605c9de865a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:29:37 +0000 Subject: [PATCH] yq: Update to version 4.44.3 --- bucket/yq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/yq.json b/bucket/yq.json index 958476c5c5..f6915939cd 100644 --- a/bucket/yq.json +++ b/bucket/yq.json @@ -1,16 +1,16 @@ { - "version": "4.44.2", + "version": "4.44.3", "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.44.2/yq_windows_amd64.exe#/yq.exe", - "hash": "6ad543c4754377f1a490cd3cb9f6212171ca0cacd3361179659ca4bfdfecbf33" + "url": "https://github.com/mikefarah/yq/releases/download/v4.44.3/yq_windows_amd64.exe#/yq.exe", + "hash": "d509d51e6db30ebb7c9363b7ca8714224f93a456a421d7a7819ab564b868acc7" }, "32bit": { - "url": "https://github.com/mikefarah/yq/releases/download/v4.44.2/yq_windows_386.exe#/yq.exe", - "hash": "9a544fc92daa70574c480a3d4f5001b67d39aad8dd69cfe76b2b7d751270ae3d" + "url": "https://github.com/mikefarah/yq/releases/download/v4.44.3/yq_windows_386.exe#/yq.exe", + "hash": "7da86cd4ab4e2aba132939e8000f7bff2108905187842f8a0f5f8a21c0e798cb" } }, "bin": "yq.exe",