From 3b6e049bf7330e116b60599be13bc615bb0d2bfe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 19:51:00 -0600 Subject: [PATCH] chore(deps): update reviewdog to 0.17.1 (#40) Co-authored-by: jordemort --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fbc676e..e77e5ff 100755 --- a/action.yml +++ b/action.yml @@ -72,7 +72,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: bash env: - REVIEWDOG_VERSION: v0.14.2 + REVIEWDOG_VERSION: v0.17.1 # INPUT_ is not available in Composite run steps # https://github.uint.cloudmunity/t/input-variable-name-is-not-available-in-composite-run-steps/127611 INPUT_GITHUB_TOKEN: ${{ inputs.github_token }}