Skip to content

Commit

Permalink
chore(deps): update dependency developerc286/conventional_commits_lin…
Browse files Browse the repository at this point in the history
…ter to v0.14.3
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 10ac3a6 commit 8286f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ check-clean-git-history:
check-conventional-commits-linting:
FROM +alpine-base
# renovate: datasource=github-releases depName=DeveloperC286/conventional_commits_linter
ENV CONVENTIONAL_COMMITS_LINTER_VERSION="v0.13.0"
ENV CONVENTIONAL_COMMITS_LINTER_VERSION="v0.14.3"
RUN wget -O - "https://github.com/DeveloperC286/conventional_commits_linter/releases/download/${CONVENTIONAL_COMMITS_LINTER_VERSION}/x86_64-unknown-linux-musl.gz" | gzip -d > /usr/bin/conventional_commits_linter && chmod 755 /usr/bin/conventional_commits_linter
DO +COPY_METADATA
ARG from_reference="origin/HEAD"
Expand Down

0 comments on commit 8286f7d

Please sign in to comment.