From d69c64de1032d2674f132d34e0ade1c83b36306b Mon Sep 17 00:00:00 2001 From: review-dog Date: Tue, 28 Dec 2021 08:57:17 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.13.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7327e79..11afe42 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: bash 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 }}