From 0e389972426f8cf0659dd764d1263984098e6d11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:47:39 +0300 Subject: [PATCH] chore(deps): update reviewdog to 0.17.4 (#101) Co-authored-by: review-dog --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 97a8f3a..6e0bd47 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ runs: - run: $GITHUB_ACTION_PATH/script.sh shell: sh env: - REVIEWDOG_VERSION: v0.17.3 + REVIEWDOG_VERSION: v0.17.4 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