From 17595b1ec53ee56fad27a5f3d8c764b8c332ff07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:34:03 +0900 Subject: [PATCH] chore(deps): update reviewdog to 0.20.2 (#139) Co-authored-by: review-dog <22892449+review-dog@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 60c5cd1..c448563 100644 --- a/action.yml +++ b/action.yml @@ -76,7 +76,7 @@ runs: env: # We may want to allow specifying reviewdog version as # action's input, but let's start with hard coded latest stable version for reviewdog - REVIEWDOG_VERSION: v0.20.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 }}