From 61e7c7a5574a985c4812eff641344cc26ba73519 Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Fri, 19 Apr 2024 15:03:02 +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 e1aefab..6ecf50c 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: bash env: - REVIEWDOG_VERSION: 'v0.17.3' + REVIEWDOG_VERSION: 'v0.17.4' INPUT_GITHUB_TOKEN: '${{ inputs.github_token }}' INPUT_WORKDIR: '${{ inputs.workdir }}' INPUT_LEVEL: '${{ inputs.level }}'