From 8d5cff1b5a00d565726c4ddd3507cdb7fcf763cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 21:13:02 +0000 Subject: [PATCH] chore(deps): update dependency rhysd/actionlint to v1.7.7 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index a161bd1..09e9cf9 100644 --- a/Earthfile +++ b/Earthfile @@ -68,7 +68,7 @@ fix-yaml-formatting: check-github-actions-workflows-linting: FROM +golang-base # renovate: datasource=github-releases depName=rhysd/actionlint - ENV ACTIONLINT_VERSION="v1.6.26" + ENV ACTIONLINT_VERSION="v1.7.7" RUN go install github.com/rhysd/actionlint/cmd/actionlint@$ACTIONLINT_VERSION DO +COPY_CI_DATA RUN ./ci/check-github-actions-workflows-linting.sh