Skip to content

Commit e41aa5b

Browse files
authored
chore(deps): update reviewdog to 0.16.0
1 parent 7ce1528 commit e41aa5b

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.15.0
26+
ENV REVIEWDOG_VERSION=v0.16.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)