From c9bb031cc64537f4b276f16962f6aa58197f494d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 06:07:00 +0000 Subject: [PATCH] chore(deps): update dependency reviewdog/reviewdog to v0.16.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e8e2b34..3b4f118 100644 --- a/action.yml +++ b/action.yml @@ -58,7 +58,7 @@ runs: env: # datasource=github-releases REVIEWDOG_REPO: "reviewdog/reviewdog" - REVIEWDOG_VERSION: "v0.15.0" + REVIEWDOG_VERSION: "v0.16.0" run: | curl -sfL "https://raw.githubusercontent.com/${REVIEWDOG_REPO}/master/install.sh" \ | sh -s -- -b /usr/local/bin/ "${REVIEWDOG_VERSION}"