From 5ab2e0e7b2f0b9fce1564cb336ac2717f4c8362a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:14:22 +0000 Subject: [PATCH] chore(deps): update dependency rhysd/actionlint to v1.7.4 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index ee5e8d1..b4b7bc0 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.4" RUN go install github.com/rhysd/actionlint/cmd/actionlint@$ACTIONLINT_VERSION DO +COPY_CI_DATA RUN ./ci/check-github-actions-workflows-linting.sh