Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency rhysd/actionlint to v1.7.4
Browse files Browse the repository at this point in the history
renovate[bot] authored Dec 10, 2024
1 parent 2b5b098 commit 5ab2e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ fix-yaml-formatting:
check-github-actions-workflows-linting:
FROM +golang-base
# renovate: datasource=github-releases depName=rhysd/actionlint
ENV ACTIONLINT_VERSION="v1.6.26"
ENV ACTIONLINT_VERSION="v1.7.4"
RUN go install github.com/rhysd/actionlint/cmd/actionlint@$ACTIONLINT_VERSION
DO +COPY_CI_DATA
RUN ./ci/check-github-actions-workflows-linting.sh

0 comments on commit 5ab2e0e

Please sign in to comment.