From b8a73ff907bac9c55fac5ed37faea0c4a2c97652 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 07:04:48 +0100 Subject: [PATCH] build(deps): update dependency mikefarah/yq to v4.42.1 (#1364) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- makefile.d/20-tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.d/20-tools.mk b/makefile.d/20-tools.mk index 9b433516a..b1955d7f1 100644 --- a/makefile.d/20-tools.mk +++ b/makefile.d/20-tools.mk @@ -114,7 +114,7 @@ bin/golangci-lint-$(GOLANGCI_VERSION): | $(BIN_DIR) YQ_BIN := $(BIN_DIR)/yq # renovate: datasource=github-releases depName=mikefarah/yq versioning=semver -YQ_VERSION := 4.41.1 +YQ_VERSION := 4.42.1 bin/yq: bin/yq-$(YQ_VERSION) @ln -sf $(notdir $<) $@