From 5f2f7a5ed157f1594c133caeb66a30616541e454 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 01:42:31 +0000 Subject: [PATCH] chore(deps): update dependency mvdan/sh to v3.10.0 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 073d1a6..9fa513b 100644 --- a/Earthfile +++ b/Earthfile @@ -90,7 +90,7 @@ golang-base: shell-formatting-base: FROM +golang-base # renovate: datasource=github-releases depName=mvdan/sh - ENV SHFMT_VERSION="v3.7.0" + ENV SHFMT_VERSION="v3.10.0" RUN go install mvdan.cc/sh/v3/cmd/shfmt@$SHFMT_VERSION DO +COPY_CI_DATA