From b15bbde7c3e59203cfdc694a0ed3a8004ac4d57d Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 09:35:45 +0000 Subject: [PATCH] chore(deps): update reviewdog/reviewdog to 0.20.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 465d3c8..ab542d7 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: sh env: - REVIEWDOG_VERSION: v0.18.1 + REVIEWDOG_VERSION: v0.20.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 }}