From 6fe03f5effc1b3f548fc78020c48af657ef82849 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:20:33 +0900 Subject: [PATCH] chore(deps): update reviewdog to 0.16.0 (#125) * chore(deps): update reviewdog to 0.16.0 * trigger CI --------- Co-authored-by: review-dog Co-authored-by: ICHINOSE Shogo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c2ee1fa..e22fe09 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.15.0 + REVIEWDOG_VERSION: v0.16.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 }}