From 5fe2e3daa31628b65b623cd56dacac92bc5f851c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 7 Dec 2023 08:03:24 +1100 Subject: [PATCH] test with checkout v4 --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 7a55a689bb88..2bbd71669925 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -83,7 +83,7 @@ jobs: php-version: ${{ matrix.php-versions }} extensions: mysql, mysqlnd, sqlite3, bcmath, gmp, gd, curl, zip, openssl, mbstring, xml, redis, :psr - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 with: ref: v5-develop fetch-depth: 1