Skip to content

Commit

Permalink
chore(deps): update dependency rhysd/actionlint to v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 543f10d commit 9abd38c
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
Expand Up @@ -114,7 +114,7 @@ check-shell-linting:
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
Expand Down

0 comments on commit 9abd38c

Please sign in to comment.