Skip to content

Commit

Permalink
Update dependency mikefarah/yq to v4.44.6 (#1839)
Browse files Browse the repository at this point in the history
Co-authored-by: 23t-machine-user <[email protected]>
  • Loading branch information
23t-machine-user and 23t-okeanos authored Dec 8, 2024
1 parent e1310f6 commit 8baf4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ install_kubectl() {

install_yq() {
# renovate: datasource=github-releases depName=mikefarah/yq
VERSION=v4.44.5
VERSION=v4.44.6

if _isStale $YQ $VERSION; then
curl -L -o $YQ "https://github.com/mikefarah/yq/releases/download/$VERSION/yq_${TOOLS_KERNEL}_$TOOLS_ARCH"
Expand Down

0 comments on commit 8baf4e5

Please sign in to comment.