From 54cc71413ca7faac478d6263d0394d3d4073d678 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 9 Sep 2025 14:11:37 +0545 Subject: [PATCH] chore(ci): update github workflow actions to latest versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56a8f16..4f086ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: code-analysis: 'yes' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup PHP, with composer and extensions uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php @@ -66,5 +66,5 @@ jobs: run: vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover clover.xml - name: Code Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.coverage != 'none'