From 7411c21099a7e7cc649dd204eccc0dd48c8836da Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Sat, 6 Jul 2024 23:53:48 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.19.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5ec9db7..14f89df 100644 --- a/action.yml +++ b/action.yml @@ -84,7 +84,7 @@ runs: env: # We may want to allow specifying reviewdog version as # action's input, but let's start with hard coded latest stable version for reviewdog - REVIEWDOG_VERSION: v0.18.1 + REVIEWDOG_VERSION: v0.19.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 }}