From 8bd49cef50c821904b1cf0645fb4ae70f5db76cb Mon Sep 17 00:00:00 2001 From: shogo82148 Date: Mon, 26 Jul 2021 07:22:30 +0000 Subject: [PATCH] chore(deps): update actionlint to 1.5.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7656f66..857046b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ ENV REVIEWDOG_VERSION=v0.13.0 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.4.3 +ENV ACTIONLINT_VERSION=1.5.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}