Skip to content

Commit

Permalink
chore(deps): update dependency mikefarah/yq to v4.44.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ViBiOh committed Nov 16, 2024
1 parent f631f66 commit b196d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installations/yq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit b196d71

Please sign in to comment.