From c4551485e30361a5e90468d1efa4d15c9e5acba6 Mon Sep 17 00:00:00 2001 From: shogo82148 Date: Sat, 20 Aug 2022 07:20:02 +0000 Subject: [PATCH] chore(deps): update actionlint to 1.6.16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1d7c824..9c35379 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ ENV REVIEWDOG_VERSION=v0.14.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.15 +ENV ACTIONLINT_VERSION=1.6.16 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}