From 501832aa89e07af7fc4599029544dda0598ec0d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 11:37:15 +0300 Subject: [PATCH] chore(deps): update reviewdog to 0.14.2 (#46) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 50afd93..efbf869 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.1 + REVIEWDOG_VERSION: v0.14.2 DOTENV_LINTER_VERSION: v3.3.0 # INPUT_ is not available in Composite run steps # https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611