Skip to content

Commit e2c7ae5

Browse files
chore(deps): update dependency rhysd/actionlint to v1.7.6
1 parent 7a9647c commit e2c7ae5

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
@@ -139,7 +139,7 @@ check-shell-linting:
139139
check-github-actions-workflows-linting:
140140
FROM +golang-base
141141
# renovate: datasource=github-releases depName=rhysd/actionlint
142-
ENV ACTIONLINT_VERSION="v1.6.26"
142+
ENV ACTIONLINT_VERSION="v1.7.6"
143143
RUN go install github.com/rhysd/actionlint/cmd/actionlint@$ACTIONLINT_VERSION
144144
DO +COPY_CI_DATA
145145
RUN ./ci/check-github-actions-workflows-linting.sh

0 commit comments

Comments
 (0)