From 0f8715b36a11d41ed379494324af5dcf30207581 Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Fri, 19 Apr 2024 15:02:49 +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 2a8c3ca..93ed197 100644 --- a/action.yml +++ b/action.yml @@ -43,7 +43,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: bash env: - REVIEWDOG_VERSION: v0.17.1 + REVIEWDOG_VERSION: v0.17.4 INPUT_GITHUB_TOKEN: ${{ inputs.github_token }} INPUT_LEVEL: ${{ inputs.level }} INPUT_FAIL_ON_ERROR: ${{ inputs.fail_on_error }}