From 6101f61a68363317c1ba0d1a36425699ee0463a4 Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Sat, 22 Jun 2024 13:09:35 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.18.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 39ab0ee..5212531 100644 --- a/action.yml +++ b/action.yml @@ -43,7 +43,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: bash env: - REVIEWDOG_VERSION: v0.18.0 + REVIEWDOG_VERSION: v0.18.1 INPUT_GITHUB_TOKEN: ${{ inputs.github_token }} INPUT_LEVEL: ${{ inputs.level }} INPUT_FAIL_ON_ERROR: ${{ inputs.fail_on_error }}