From 0a459f6ee3f4d910422a841667bcae5baf559007 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 06:43:48 +0000 Subject: [PATCH] chore(deps): update drunomics/phpunit action to v9 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index da5e5d6..4ce0e5e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: composer install - name: PHPUnit Tests - uses: drunomics/phpunit@v3 + uses: drunomics/phpunit@v9 with: configuration: phpunit.xml.dist args: --coverage-text