From ac59ad43bc1e40d08312c5b40e17fb02325cb14a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:14:37 +0000 Subject: [PATCH] chore(deps): update dependency developerc286/clean_git_history to v1.0.4 --- ci/check-clean-git-history.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/check-clean-git-history.Dockerfile b/ci/check-clean-git-history.Dockerfile index 02010b2..3d71b60 100644 --- a/ci/check-clean-git-history.Dockerfile +++ b/ci/check-clean-git-history.Dockerfile @@ -1,7 +1,7 @@ FROM rust:1.87.0-alpine3.21@sha256:fa7c28576553c431224a85c897c38f3a6443bd831be37061ab3560d9e797dc82 # renovate: datasource=github-releases depName=DeveloperC286/clean_git_history -ENV CLEAN_GIT_HISTORY_VERSION="v1.0.3" +ENV CLEAN_GIT_HISTORY_VERSION="v1.0.4" 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/" WORKDIR /workspace