From 63dd4a6a2a88d87702de3bf2753680fa79f22822 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Jan 2022 09:40:22 +0000 Subject: [PATCH] chore(deps): update reviewdog/reviewdog to 0.13.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 48be3ea..626c40f 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: sh env: - REVIEWDOG_VERSION: v0.13.0 + REVIEWDOG_VERSION: v0.13.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 }}