From 88643b0f5da5fa941a3d1620412b429fa9c6b90f Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:17:03 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.17.3 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2a8c3ca..49038da 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.3 INPUT_GITHUB_TOKEN: ${{ inputs.github_token }} INPUT_LEVEL: ${{ inputs.level }} INPUT_FAIL_ON_ERROR: ${{ inputs.fail_on_error }}