From 3f1d245c545329b13061259c2f126305893ad138 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 21:57:28 +0900 Subject: [PATCH] chore(deps): update reviewdog to 0.14.1 (#39) Co-authored-by: review-dog --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f2b0cad..de3ad89 100644 --- a/action.yml +++ b/action.yml @@ -70,7 +70,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.14.0 + REVIEWDOG_VERSION: v0.14.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 }}