From 1b962425a33d7558e7072ce5c3f0f6c4502c15e7 Mon Sep 17 00:00:00 2001 From: mgrachev Date: Thu, 21 Apr 2022 14:27:13 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.14.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a677e55..81392a8 100644 --- a/action.yml +++ b/action.yml @@ -35,7 +35,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: sh env: - REVIEWDOG_VERSION: v0.14.0 + REVIEWDOG_VERSION: v0.14.1 DOTENV_LINTER_VERSION: v3.2.0 # INPUT_ is not available in Composite run steps # https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611