Skip to content

Commit bef2737

Browse files
authored
Merge pull request #150 from reviewdog/depup/actionlint
chore(deps): update actionlint to 1.7.5
2 parents 6612efe + ee8e871 commit bef2737

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.20.3
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.7.4
30+
ENV ACTIONLINT_VERSION=1.7.5
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)