From 28bb3326978a2fe360ab0622cbd263820798da62 Mon Sep 17 00:00:00 2001 From: dependabot <49699333+dependabot@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:18:36 +0000 Subject: [PATCH] Update reviewdog/reviewdog to 0.17.3 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4561cb4..f733d49 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.3 REVIEWDOG_TEMPDIR: ${{ runner.temp }} - name: Run phpcs and report to reviewdog run: |