diff --git a/entrypoint.sh b/entrypoint.sh index ac02198..69bc06e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,7 +7,7 @@ fi export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}" -export REVIEWDOG_VERSION=v0.14.2 +export REVIEWDOG_VERSION=v0.15.0 echo "[action-remark-lint] Installing reviewdog..." wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /tmp "${REVIEWDOG_VERSION}"