From f268b4c994a9f3f0af1f425b0fc086dd0d195980 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 19:57:13 +0000 Subject: [PATCH] chore(deps): update dependency developerc286/clean_git_history to v1.0.1 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 415fbb4..90f5ca1 100644 --- a/Earthfile +++ b/Earthfile @@ -23,7 +23,7 @@ alpine-base: check-clean-git-history: FROM +alpine-base # renovate: datasource=github-releases depName=DeveloperC286/clean_git_history - ENV CLEAN_GIT_HISTORY_VERSION="v1.0.0" + ENV CLEAN_GIT_HISTORY_VERSION="v1.0.1" RUN wget -O - "https://github.com/DeveloperC286/clean_git_history/releases/download/${CLEAN_GIT_HISTORY_VERSION}/x86_64-unknown-linux-musl.tar.gz" | tar xz --directory "/usr/bin/" DO +COPY_METADATA ARG from="origin/HEAD"