From 9c9a09ba60235ae0b92b2e2ed8f4268ac76d075f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 12:04:31 +0300 Subject: [PATCH] chore(deps): update reviewdog to 0.20.1 (#55) Co-authored-by: mgrachev <700998+mgrachev@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 382213b..f148e6c 100644 --- a/action.yml +++ b/action.yml @@ -35,7 +35,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: sh env: - REVIEWDOG_VERSION: v0.18.1 + REVIEWDOG_VERSION: v0.20.1 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