From 8e3a35a39e1e536aab47b647928e45c221e49bb2 Mon Sep 17 00:00:00 2001 From: review-dog Date: Fri, 19 Apr 2024 15:02:50 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.17.4 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f7ccc6c..7cd76cc 100644 --- a/action.yml +++ b/action.yml @@ -52,7 +52,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: sh env: - REVIEWDOG_VERSION: v0.17.3 + REVIEWDOG_VERSION: v0.17.4 # INPUT_ is not available in Composite run steps # https://github.uint.cloudmunity/t/input-variable-name-is-not-available-in-composite-run-steps/127611 INPUT_GITHUB_TOKEN: ${{ inputs.github_token }}