Skip to content

Commit fa90dc9

Browse files
chore(deps): update dependency developerc286/conventional_commits_linter to v0.14.3 (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 36ef0d4 commit fa90dc9

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.3"
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)