From 9742d9fbe6c7253b2c90cb2363c0ee3f6213efb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:56:11 -0500 Subject: [PATCH] chore(deps): update reviewdog to 0.20.2 (#52) Co-authored-by: jordemort <1467022+jordemort@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 854bc84..1e7aa5f 100755 --- a/action.yml +++ b/action.yml @@ -72,7 +72,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: bash env: - REVIEWDOG_VERSION: v0.18.1 + REVIEWDOG_VERSION: v0.20.2 # 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 }}