We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961afc1 commit bd13600Copy full SHA for bd13600
Makefile
@@ -83,7 +83,7 @@ ARCH := $(shell uname -m | sed 's/x86_64/amd64/' | sed 's/aarch64/arm64/')
83
84
# Do not store yq's version in .tools_versions.yaml as it is used to get tool versions.
85
# renovate: datasource=github-releases depName=mikefarah/yq
86
-YQ_VERSION = 4.52.4
+YQ_VERSION = 4.52.5
87
YQ = $(PROJECT_DIR)/bin/installs/github-mikefarah-yq/$(YQ_VERSION)/yq_$(OS)_$(ARCH)
88
.PHONY: yq
89
yq: mise # Download yq locally if necessary.
0 commit comments