From ecea6a41ee2dd2d5848195787df6c05caf77e497 Mon Sep 17 00:00:00 2001 From: shogo82148 Date: Wed, 17 Apr 2024 14:24:04 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.17.3 --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 69bc06e..62d7fdd 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,7 +7,7 @@ fi export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}" -export REVIEWDOG_VERSION=v0.15.0 +export REVIEWDOG_VERSION=v0.17.3 echo "[action-remark-lint] Installing reviewdog..." wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /tmp "${REVIEWDOG_VERSION}"