From 82694d0f9b8bf54be15292204db611e5b42f5700 Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Sun, 14 Jul 2024 12:05:20 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.20.1 --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 843f51f..3008b7f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,7 +7,7 @@ fi export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}" -export REVIEWDOG_VERSION=v0.19.0 +export REVIEWDOG_VERSION=v0.20.1 echo "[action-flake8] Installing reviewdog..." wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /tmp "${REVIEWDOG_VERSION}"