From 528c613763b4ebb4fa08011f0067e5d1718bd8bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 05:04:22 +0000 Subject: [PATCH] chore(deps): update dependency reviewdog/reviewdog to v0.20.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f67a6e2..b53637a 100644 --- a/action.yml +++ b/action.yml @@ -58,7 +58,7 @@ runs: env: # datasource=github-releases REVIEWDOG_REPO: "reviewdog/reviewdog" - REVIEWDOG_VERSION: "v0.18.1" + REVIEWDOG_VERSION: "v0.20.0" run: | curl -sfL "https://raw.githubusercontent.com/${REVIEWDOG_REPO}/master/install.sh" \ | sh -s -- -b /usr/local/bin/ "${REVIEWDOG_VERSION}"