From 37cb5d14b678000c21ca4c23896c03f25a9c2b09 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 4 Dec 2023 11:19:21 +0000 Subject: [PATCH] Update dependency mikefarah/yq to v4.40.4 Signed-off-by: Mend Renovate --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3368588bb..835035548 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ KUBECTL_VERSION := v1.28.4 KUSTOMIZE_VERSION := v5.2.1 OPERATOR_SDK_VERSION := v1.31.0 PIPENV_VERSION := 2023.11.15 -YQ_VERSION := v4.40.3 +YQ_VERSION := v4.40.4 # We don't vendor modules. Enforce that behavior export GOFLAGS := -mod=readonly