From c593a65d3931aa294dee963d11422ae905e8c387 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 03:20:07 +0000 Subject: [PATCH] chore(deps): update dependency reviewdog/reviewdog to v0.17.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 36b82f6..35209b2 100644 --- a/action.yml +++ b/action.yml @@ -58,7 +58,7 @@ runs: env: # datasource=github-releases REVIEWDOG_REPO: "reviewdog/reviewdog" - REVIEWDOG_VERSION: "v0.16.0" + REVIEWDOG_VERSION: "v0.17.0" run: | curl -sfL "https://raw.githubusercontent.com/${REVIEWDOG_REPO}/master/install.sh" \ | sh -s -- -b /usr/local/bin/ "${REVIEWDOG_VERSION}"