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"