From 973aac0888a1bd1c39fdb60ac576ce61fe3084eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 08:25:25 +0000 Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.52.1 --- installations/yq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/yq.sh b/installations/yq.sh index 14752f58..0b3fd9fc 100644 --- a/installations/yq.sh +++ b/installations/yq.sh @@ -4,7 +4,7 @@ set -o nounset -o pipefail -o errexit install() { # renovate: datasource=github-releases depName=mikefarah/yq - local YQ_VERSION="v4.50.1" + local YQ_VERSION="v4.52.1" curl_to_binary "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_$(normalized_os)_$(normalized_arch "amd64" "arm" "arm64")" "yq"