Skip to content

Commit a2bce00

Browse files
chore(deps): update dependency developerc286/conventional_commits_linter to v0.14.2
1 parent 93a3b92 commit a2bce00

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
@@ -36,7 +36,7 @@ check-clean-git-history:
3636
check-conventional-commits-linting:
3737
FROM +rust-base
3838
# renovate: datasource=github-releases depName=DeveloperC286/conventional_commits_linter
39-
ENV CONVENTIONAL_COMMITS_LINTER_VERSION="v0.13.0"
39+
ENV CONVENTIONAL_COMMITS_LINTER_VERSION="v0.14.2"
4040
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
4141
DO +COPY_METADATA
4242
ARG from_reference="origin/HEAD"

0 commit comments

Comments
 (0)