From a1b7ce56be870acfe94b83ce5f6da076aecc6d8c Mon Sep 17 00:00:00 2001 From: shogo82148 <1157344+shogo82148@users.noreply.github.com> Date: Sun, 5 Jan 2025 07:18:09 +0000 Subject: [PATCH] chore(deps): update actionlint to 1.7.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34782d0..145a693 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ ENV REVIEWDOG_VERSION=v0.20.3 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.5 +ENV ACTIONLINT_VERSION=1.7.6 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}