From 1d9abbe89a47960290c230ceecae5e637390472d Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 9 Sep 2025 13:53:51 +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 df2cce0..cd94fb8 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 @@ -65,5 +65,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'