We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ed265 commit a1bfb59Copy full SHA for a1bfb59
Earthfile
@@ -146,7 +146,7 @@ check-shell-linting:
146
check-github-actions-workflows-linting:
147
FROM +golang-base
148
# renovate: datasource=github-releases depName=rhysd/actionlint
149
- ENV ACTIONLINT_VERSION="v1.6.26"
+ ENV ACTIONLINT_VERSION="v1.7.4"
150
RUN go install github.com/rhysd/actionlint/cmd/actionlint@$ACTIONLINT_VERSION
151
DO +COPY_CI_DATA
152
RUN ./ci/check-github-actions-workflows-linting.sh
0 commit comments