From 4204aac20dd6ab22b882cecf572273b91226a072 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 04:57:42 +0000 Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.48.2 --- installations/yq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/yq.sh b/installations/yq.sh index ba76db61..bbbc7e10 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.48.1" + local YQ_VERSION="v4.48.2" curl_to_binary "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_$(normalized_os)_$(normalized_arch "amd64" "arm" "arm64")" "yq"