From 9aa5b732a4ea2b334d8fd5b744c013923bd2c65b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:56:00 +0000 Subject: [PATCH] chore(deps): update dependency google/yamlfmt to v0.14.0 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 429ed67..979768a 100644 --- a/Earthfile +++ b/Earthfile @@ -67,7 +67,7 @@ check-shell-formatting: yaml-formatting-base: FROM +golang-base # renovate: datasource=github-releases depName=google/yamlfmt - ENV YAMLFMT_VERSION="v0.10.0" + ENV YAMLFMT_VERSION="v0.14.0" RUN go install github.com/google/yamlfmt/cmd/yamlfmt@$YAMLFMT_VERSION COPY ".yamlfmt" "./" DO +COPY_CI_DATA