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 accbf62 commit dc5d5f9Copy full SHA for dc5d5f9
Earthfile
@@ -169,7 +169,7 @@ check-shell-linting:
169
check-github-actions-workflows-linting:
170
FROM +golang-base
171
# renovate: datasource=github-releases depName=rhysd/actionlint
172
- ENV ACTIONLINT_VERSION="v1.6.26"
+ ENV ACTIONLINT_VERSION="v1.7.4"
173
RUN go install github.com/rhysd/actionlint/cmd/actionlint@$ACTIONLINT_VERSION
174
DO +COPY_CI_DATA
175
RUN ./ci/check-github-actions-workflows-linting.sh
0 commit comments