From d757d5bbe345029c77c1d112a389f3280114bd36 Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:17:17 +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 86d1be4..ffeb9c2 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.2 +export REVIEWDOG_VERSION=v0.17.3 echo "[action-black] Installing reviewdog..." wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /tmp "${REVIEWDOG_VERSION}"