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 7a9647c commit e2c7ae5Copy full SHA for e2c7ae5
Earthfile
@@ -139,7 +139,7 @@ check-shell-linting:
139
check-github-actions-workflows-linting:
140
FROM +golang-base
141
# renovate: datasource=github-releases depName=rhysd/actionlint
142
- ENV ACTIONLINT_VERSION="v1.6.26"
+ ENV ACTIONLINT_VERSION="v1.7.6"
143
RUN go install github.com/rhysd/actionlint/cmd/actionlint@$ACTIONLINT_VERSION
144
DO +COPY_CI_DATA
145
RUN ./ci/check-github-actions-workflows-linting.sh
0 commit comments