From 09bb51384b82d92bbd4caee22e688c684f5cbc94 Mon Sep 17 00:00:00 2001 From: shogo82148 <1157344+shogo82148@users.noreply.github.com> Date: Sat, 24 Feb 2024 15:39:26 +0000 Subject: [PATCH] chore(deps): update actionlint to 1.6.27 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76692db..4d14053 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ ENV REVIEWDOG_VERSION=v0.17.1 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.26 +ENV ACTIONLINT_VERSION=1.6.27 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}