From 5d4bcc9b931101b189f446368dbb656034e5fc44 Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Sun, 14 Jul 2024 12:04:54 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.20.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c0c5fd8..64780cb 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: bash env: - REVIEWDOG_VERSION: v0.20.0 + REVIEWDOG_VERSION: v0.20.1 # INPUT_ is not available in Composite run steps # https://g.nite07.orgmunity/t/input-variable-name-is-not-available-in-composite-run-steps/127611 INPUT_GITHUB_TOKEN: ${{ inputs.github_token }}