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