Skip to content

Commit 46aa24c

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

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

0 commit comments

Comments
 (0)