From 144283f1fcb0c4b06458fafbddbbd2d0d0018f68 Mon Sep 17 00:00:00 2001 From: shogo82148 <1157344+shogo82148@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:29:26 +0000 Subject: [PATCH] chore(deps): update reviewdog/reviewdog to 0.20.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fa5bdb3..595eda7 100644 --- a/action.yml +++ b/action.yml @@ -79,7 +79,7 @@ runs: env: # We may want to allow specifying reviewdog version as # action's input, but let's start with hard coded latest stable version for reviewdog - REVIEWDOG_VERSION: v0.17.5 + REVIEWDOG_VERSION: v0.20.1 # INPUT_ is not available in Composite run steps # https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611 INPUT_GITHUB_TOKEN: ${{ inputs.github_token }}