From a2776cf6493aaddc71829e416493a3b4da078d0b Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 8 Jul 2024 18:01:20 +0200 Subject: [PATCH] ci: Update GitHub actions revs for php-ci --- .github/workflows/php-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php-ci.yml b/.github/workflows/php-ci.yml index 77b498e96..722b387e1 100644 --- a/.github/workflows/php-ci.yml +++ b/.github/workflows/php-ci.yml @@ -16,9 +16,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: PHPUnit Tests - uses: php-actions/phpunit@v3 + uses: php-actions/phpunit@v4 with: version: latest configuration: "php/phpunit.xml"