Skip to content

Commit 3742916

Browse files
chore(deps): update dependency rhysd/actionlint to v1.7.4
1 parent 05ccf8c commit 3742916

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
@@ -169,7 +169,7 @@ check-shell-linting:
169169
check-github-actions-workflows-linting:
170170
FROM +golang-base
171171
# renovate: datasource=github-releases depName=rhysd/actionlint
172-
ENV ACTIONLINT_VERSION="v1.6.26"
172+
ENV ACTIONLINT_VERSION="v1.7.4"
173173
RUN go install github.com/rhysd/actionlint/cmd/actionlint@$ACTIONLINT_VERSION
174174
DO +COPY_CI_DATA
175175
RUN ./ci/check-github-actions-workflows-linting.sh

0 commit comments

Comments
 (0)