From 7351d87f4e94c39cac5e93eb4f74a114f094c228 Mon Sep 17 00:00:00 2001 From: dependabot <49699333+dependabot@users.noreply.github.com> Date: Sat, 20 Apr 2024 14:18:13 +0000 Subject: [PATCH] Update reviewdog/reviewdog to 0.17.4 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4561cb4..1128513 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ runs: run: $GITHUB_ACTION_PATH/install.sh shell: bash env: - REVIEWDOG_VERSION: v0.14.1 + REVIEWDOG_VERSION: v0.17.4 REVIEWDOG_TEMPDIR: ${{ runner.temp }} - name: Run phpcs and report to reviewdog run: |