From f75285b383e63ecdd7a9ffc7fb2eebc3160a64c1 Mon Sep 17 00:00:00 2001 From: tsuyoshicho Date: Fri, 2 Jul 2021 09:42:07 +0000 Subject: [PATCH] chore(deps): update reviewdog/reviewdog to 0.12.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4204e7f..db05396 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: sh env: - REVIEWDOG_VERSION: v0.11.0 + REVIEWDOG_VERSION: v0.12.0 # 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 }}