Skip to content

Commit 36d7d5e

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

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
@@ -33,7 +33,7 @@ check-clean-git-history:
3333
check-conventional-commits-linting:
3434
FROM +alpine-base
3535
# renovate: datasource=github-releases depName=DeveloperC286/conventional_commits_linter
36-
ENV CONVENTIONAL_COMMITS_LINTER_VERSION="v0.13.0"
36+
ENV CONVENTIONAL_COMMITS_LINTER_VERSION="v0.14.3"
3737
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
3838
DO +COPY_METADATA
3939
ARG from_reference="origin/HEAD"

0 commit comments

Comments
 (0)