From da2c0d3323a73fabf3e6027fd864077277baf56b Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Mon, 26 Feb 2024 06:07:30 +0000
Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.42.1

---
 images/tools/Earthfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/tools/Earthfile b/images/tools/Earthfile
index 25c16f367..8d0e7be6a 100644
--- a/images/tools/Earthfile
+++ b/images/tools/Earthfile
@@ -98,7 +98,7 @@ yq:
     FROM ../mirror+fedora
 
     # renovate: datasource=github-releases depName=mikefarah/yq
-    ARG YQ_VERSION=v4.41.1
+    ARG YQ_VERSION=v4.42.1
     ENV YQ_VERSION=${YQ_VERSION}
 
     RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 > ./yq \
-- 
GitLab