Skip to content

Commit e7e6ac9

Browse files
chore(deps): update dependency developerc286/conventional_commits_linter to v0.14.2
1 parent 13ed265 commit e7e6ac9

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

0 commit comments

Comments
 (0)