From 226d241bdf7205e6e048f1407d21bd69a64b7298 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 13:00:04 +0800 Subject: [PATCH] chore(deps): update reviewdog to 0.20.3 (#2) Co-authored-by: benny123tw <31913720+benny123tw@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1fd3403..316dc27 100644 --- a/action.yml +++ b/action.yml @@ -70,7 +70,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: bash 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 }}