Skip to content

Commit 4b4eed5

Browse files
authored
Merge pull request #126 from reviewdog/javierjulio-patch-1
Bump actionlint to 1.7.0
2 parents 3d0ed0d + 964f67c commit 4b4eed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ENV REVIEWDOG_VERSION=v0.17.4
2727
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
2828

2929
# install actionlint
30-
ENV ACTIONLINT_VERSION=1.6.27
30+
ENV ACTIONLINT_VERSION=1.7.0
3131
ENV OSTYPE=linux-gnu
3232
RUN cd /usr/local/bin/ && wget -O - -q https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash | sh -s -- ${ACTIONLINT_VERSION}
3333

0 commit comments

Comments
 (0)