Skip to content

Commit bd13600

Browse files
chore(deps): update dependency mikefarah/yq to v4.52.5
1 parent 961afc1 commit bd13600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ARCH := $(shell uname -m | sed 's/x86_64/amd64/' | sed 's/aarch64/arm64/')
8383

8484
# Do not store yq's version in .tools_versions.yaml as it is used to get tool versions.
8585
# renovate: datasource=github-releases depName=mikefarah/yq
86-
YQ_VERSION = 4.52.4
86+
YQ_VERSION = 4.52.5
8787
YQ = $(PROJECT_DIR)/bin/installs/github-mikefarah-yq/$(YQ_VERSION)/yq_$(OS)_$(ARCH)
8888
.PHONY: yq
8989
yq: mise # Download yq locally if necessary.

0 commit comments

Comments
 (0)