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 0cbeb8b commit c7efdafCopy full SHA for c7efdaf
Earthfile
@@ -176,7 +176,7 @@ check-shell-linting:
176
check-github-actions-workflows-linting:
177
FROM +golang-base
178
# renovate: datasource=github-releases depName=rhysd/actionlint
179
- ENV ACTIONLINT_VERSION="v1.6.26"
+ ENV ACTIONLINT_VERSION="v1.7.4"
180
RUN go install github.com/rhysd/actionlint/cmd/actionlint@$ACTIONLINT_VERSION
181
DO +COPY_CI_DATA
182
RUN ./ci/check-github-actions-workflows-linting.sh
0 commit comments