From 0c57fbc26a72876c697386a1fdbb56914259e732 Mon Sep 17 00:00:00 2001 From: dependabot <49699333+dependabot@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:18:44 +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: |