From 964f67c3061402066001d7381878573fd9fd7f78 Mon Sep 17 00:00:00 2001 From: Javier Julio Date: Wed, 8 May 2024 13:15:35 -0400 Subject: [PATCH] Bump actionlint to 1.7.0 This should close out #125 per new release https://github.com/reviewdog/action-actionlint/issues/125#issuecomment-2101032555 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 92d2b68..06b6478 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ ENV REVIEWDOG_VERSION=v0.17.4 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} # install actionlint -ENV ACTIONLINT_VERSION=1.6.27 +ENV ACTIONLINT_VERSION=1.7.0 ENV OSTYPE=linux-gnu RUN cd /usr/local/bin/ && wget -O - -q https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash | sh -s -- ${ACTIONLINT_VERSION}