Skip to content

Commit 2317ec3

Browse files
chore(deps): update dependency developerc286/clean_git_history to v1.0.3 (#175)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8056382 commit 2317ec3

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
@@ -24,7 +24,7 @@ rust-base:
2424
check-clean-git-history:
2525
FROM +rust-base
2626
# renovate: datasource=github-releases depName=DeveloperC286/clean_git_history
27-
ENV CLEAN_GIT_HISTORY_VERSION="v1.0.2"
27+
ENV CLEAN_GIT_HISTORY_VERSION="v1.0.3"
2828
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/"
2929
DO +COPY_METADATA
3030
ARG from="origin/HEAD"

0 commit comments

Comments
 (0)