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 6c4eee2 commit d437038Copy full SHA for d437038
Earthfile
@@ -68,7 +68,7 @@ fix-yaml-formatting:
68
check-github-actions-workflows-linting:
69
FROM +golang-base
70
# renovate: datasource=github-releases depName=rhysd/actionlint
71
- ENV ACTIONLINT_VERSION="v1.6.26"
+ ENV ACTIONLINT_VERSION="v1.7.7"
72
RUN go install github.com/rhysd/actionlint/cmd/actionlint@$ACTIONLINT_VERSION
73
DO +COPY_CI_DATA
74
RUN ./ci/check-github-actions-workflows-linting.sh
0 commit comments