Skip to content

Commit c7efdaf

Browse files
chore(deps): update dependency rhysd/actionlint to v1.7.4
1 parent 0cbeb8b commit c7efdaf

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
@@ -176,7 +176,7 @@ check-shell-linting:
176176
check-github-actions-workflows-linting:
177177
FROM +golang-base
178178
# renovate: datasource=github-releases depName=rhysd/actionlint
179-
ENV ACTIONLINT_VERSION="v1.6.26"
179+
ENV ACTIONLINT_VERSION="v1.7.4"
180180
RUN go install github.com/rhysd/actionlint/cmd/actionlint@$ACTIONLINT_VERSION
181181
DO +COPY_CI_DATA
182182
RUN ./ci/check-github-actions-workflows-linting.sh

0 commit comments

Comments
 (0)