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