From 0f2a5fe5c3a5f044caa48a53bbd3dced5c04aef0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:09:21 +0900 Subject: [PATCH] chore(deps): update reviewdog to 0.18.1 (#134) Co-authored-by: review-dog --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 483539f..08647e0 100644 --- a/action.yml +++ b/action.yml @@ -76,7 +76,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.17.5 + 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 }}