From 266e85e07a973b2961a7e487e2865ace8162e09d Mon Sep 17 00:00:00 2001 From: review-dog Date: Wed, 6 Sep 2023 05:37:34 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.15.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e84f3ab..4c0a37b 100644 --- a/action.yml +++ b/action.yml @@ -52,7 +52,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: sh env: - REVIEWDOG_VERSION: v0.14.2 + REVIEWDOG_VERSION: v0.15.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 }}