From c5b347a4569e8e9b0729a3583604ff0f5f613a03 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 09:35:55 +0000 Subject: [PATCH] chore(deps): update reviewdog/reviewdog to 0.17.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0f25cee..e6c3c7a 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: sh env: - REVIEWDOG_VERSION: v0.16.0 + REVIEWDOG_VERSION: v0.17.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 }}