From e5bd380ca73c1a21904d9fd32285ebdc2603960f Mon Sep 17 00:00:00 2001 From: review-dog Date: Tue, 4 Jun 2024 14:47:12 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.17.5 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3d71423..404d961 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: bash env: - REVIEWDOG_VERSION: v0.17.4 + REVIEWDOG_VERSION: v0.17.5 # 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 }}