10BC0 Merge branch 'main' into releases/v1 · reviewdog/action-actionlint@f49e824 · GitHub
[go: up one dir, main page]

Skip to content

Commit f49e824

Browse files
committed
Merge branch 'main' into releases/v1
2 parents afad3b6 + 6634919 commit f49e824

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
@@ -23,7 +23,7 @@ RUN apk --update add git curl && \
2323
rm /var/cache/apk/*
2424

2525
# install reviewdog
26-
ENV REVIEWDOG_VERSION=v0.18.1
26+
ENV REVIEWDOG_VERSION=v0.19.0
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

0 commit comments

Comments
 (0)
0