feat(deps): update conventional-pre-commit to 4.3.0
All checks were successful
Release / Create Release (push) Successful in 11s
Release / Print Release (push) Successful in 1s

This commit is contained in:
2025-10-30 20:30:35 +00:00
parent ffb3fb199a
commit b6d1665137

View File

@@ -3,7 +3,7 @@ FROM git.tainton.uk/repos/runner-ubuntu-custom:latest
LABEL maintainer="Luke Tainton <luke@tainton.uk>" LABEL maintainer="Luke Tainton <luke@tainton.uk>"
ENV PYTHONUNBUFFERED=1 ENV PYTHONUNBUFFERED=1
RUN pipx install conventional-pre-commit==4.0.0 RUN pipx install conventional-pre-commit==4.3.0
# Copies your code file from your action repository to the filesystem path `/` of the container # Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh