From 558139a8ec70241ce5849b6d6fd4864c6822e8f0 Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Sat, 22 Jun 2024 13:09:46 +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 bfd80db..49a0377 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: bash env: - REVIEWDOG_VERSION: v0.18.0 + REVIEWDOG_VERSION: v0.18.1 # 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 }}