From c53a16bfb43f2fa56530ff5ef498ff6c396c451d Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:24:20 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.20.3 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c9b2151..0fdeaea 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: sh env: - REVIEWDOG_VERSION: v0.20.2 + REVIEWDOG_VERSION: v0.20.3 # 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 }}