From b196d712471d99177500d173441a909c9f0a4529 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 07:10:26 +0000 Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.44.5 --- installations/yq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/yq.sh b/installations/yq.sh index 2e58b80c..69657fbc 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.44.3" + local YQ_VERSION="v4.44.5" curl_to_binary "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_$(normalized_os)_$(normalized_arch "amd64" "arm" "arm64")" "yq"