From 76ce3d201672f06545e8fb909dccc20de9bb6c35 Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:43:54 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.18.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 404d961..bfd80db 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: bash env: - REVIEWDOG_VERSION: v0.17.5 + REVIEWDOG_VERSION: v0.18.0 # INPUT_ is not available in Composite run steps # https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611 INPUT_GITHUB_TOKEN: ${{ inputs.github_token }}