From 2fe5a0f7bc39ceb259e0d5395630272a3d9e3d5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 09:24:19 +0900 Subject: [PATCH] chore(deps): update reviewdog to 0.19.0 (#112) 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 bb27bcc..eb33de9 100644 --- a/action.yml +++ b/action.yml @@ -53,7 +53,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: sh env: - REVIEWDOG_VERSION: v0.18.1 + REVIEWDOG_VERSION: v0.19.0 # INPUT_ is not available in Composite run steps # https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611 # Please maintain inputs in alphabetical order