Skip to content

Commit 3129346

Browse files
chore(deps): update dependency developerc286/clean_git_history to v1
1 parent 62fdf66 commit 3129346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rust-base:
2626
check-clean-git-history:
2727
FROM +rust-base
2828
# renovate: datasource=github-releases depName=DeveloperC286/clean_git_history
29-
ENV CLEAN_GIT_HISTORY_VERSION="v0.2.0"
29+
ENV CLEAN_GIT_HISTORY_VERSION="v1.0.0"
3030
RUN wget -O - "https://github.com/DeveloperC286/clean_git_history/releases/download/${CLEAN_GIT_HISTORY_VERSION}/x86_64-unknown-linux-musl.gz" | gzip -d > /usr/bin/clean_git_history && chmod 755 /usr/bin/clean_git_history
3131
DO +COPY_METADATA
3232
ARG from_reference="origin/HEAD"

0 commit comments

Comments
 (0)