From 1212bd6f1c67830dcff438cf39522d4b58407e71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 13:30:56 +0200 Subject: [PATCH] chore(deps): update reviewdog to 0.14.2 (#47) Co-authored-by: review-dog --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index eda7a2f..6909bd2 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.1 +export REVIEWDOG_VERSION=v0.14.2 echo "[action-flake8] Installing reviewdog..." wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /tmp "${REVIEWDOG_VERSION}"