From c9fe0dc67f69e9731956d21879a368da08ffdd21 Mon Sep 17 00:00:00 2001 From: shogo82148 <1157344+shogo82148@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:20:55 +0000 Subject: [PATCH] chore(deps): update actionlint to 1.7.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a96b3b..c1296d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ ENV REVIEWDOG_VERSION=v0.20.2 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.7.2 +ENV ACTIONLINT_VERSION=1.7.3 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}