From 1f41d721eb06aabbadfef03d4eb167612d511e55 Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Mon, 16 Sep 2024 03:30:44 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.20.2 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a9afcd1..7a504f5 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: sh env: - REVIEWDOG_VERSION: v0.20.1 + REVIEWDOG_VERSION: v0.20.2 HADOLINT_VERSION: v2.12.0 # INPUT_ is not available in Composite run steps # https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611