From a7ed937c6e62f740aaf2d7f6009c05758f95c380 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 10:07:30 -0500 Subject: [PATCH] chore(deps): update reviewdog to 0.12.0 (#9) Co-authored-by: jordemort --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 48fb68b..f09b4c8 100755 --- a/action.yml +++ b/action.yml @@ -72,7 +72,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: bash 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 }}