From 8ea7984c1b7c6e91a64b5e86810fe6ac3a78b40f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:42:04 +0000 Subject: [PATCH] chore(deps): update dependency developerc286/clean_git_history to v1.0.3 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 9ad06d7..da6685d 100644 --- a/Earthfile +++ b/Earthfile @@ -24,7 +24,7 @@ rust-base: check-clean-git-history: FROM +rust-base # renovate: datasource=github-releases depName=DeveloperC286/clean_git_history - ENV CLEAN_GIT_HISTORY_VERSION="v1.0.2" + ENV CLEAN_GIT_HISTORY_VERSION="v1.0.3" 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"