Skip to content

Commit 20727ed

Browse files
chore(deps): update dependency rhysd/actionlint to v1.7.4
1 parent 12fc648 commit 20727ed

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
@@ -146,7 +146,7 @@ check-shell-linting:
146146
check-github-actions-workflows-linting:
147147
FROM +golang-base
148148
# renovate: datasource=github-releases depName=rhysd/actionlint
149-
ENV ACTIONLINT_VERSION="v1.6.26"
149+
ENV ACTIONLINT_VERSION="v1.7.4"
150150
RUN go install github.com/rhysd/actionlint/cmd/actionlint@$ACTIONLINT_VERSION
151151
DO +COPY_CI_DATA
152152
RUN ./ci/check-github-actions-workflows-linting.sh

0 commit comments

Comments
 (0)