Skip to content

Commit a1b7ce5

Browse files
shogo82148github-actions[bot]
authored andcommitted
chore(deps): update actionlint to 1.7.6
1 parent bef2737 commit a1b7ce5

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.5
30+
ENV ACTIONLINT_VERSION=1.7.6
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)