From ee8e8716425349f05496007335f5794635db9219 Mon Sep 17 00:00:00 2001 From: massongit <15100604+massongit@users.noreply.github.com> Date: Sun, 29 Dec 2024 04:53:35 +0000 Subject: [PATCH] chore(deps): update actionlint to 1.7.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34eb159..34782d0 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.4 +ENV ACTIONLINT_VERSION=1.7.5 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}