From 364dca063b06e930b43178aff250cc22c1c36c82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:59:33 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20php-actions/phpun?= =?UTF-8?q?it=20action=20to=20v3.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad5edd0..646d66b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: php_version: ${{ matrix.versions.php }} - name: Run unit tests - uses: php-actions/phpunit@v3.0.0 + uses: php-actions/phpunit@v3.0.3 with: configuration: phpunit.xml version: ${{ matrix.versions.phpunit }}