From 0f4bedf34d3bf28bb411da4ffb73eae0f46b4210 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Fri, 9 May 2025 06:40:13 +0000
Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.45.3

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

diff --git a/images/tools/Earthfile b/images/tools/Earthfile
index e698f435d..05e72e08b 100644
--- a/images/tools/Earthfile
+++ b/images/tools/Earthfile
@@ -144,7 +144,7 @@ yq:
     ARG TARGETOS
 
     # renovate: datasource=github-releases depName=mikefarah/yq
-    ARG YQ_VERSION=v4.45.2
+    ARG YQ_VERSION=v4.45.3
     ENV YQ_VERSION=${YQ_VERSION}
 
     RUN curl -L https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_${TARGETOS}_${TARGETARCH} > ./yq \
-- 
GitLab