From 7b6d726c353e1a098d9a76558baf0dda2d575529 Mon Sep 17 00:00:00 2001 From: Jan Nedbal Date: Fri, 24 Jan 2025 12:52:51 +0100 Subject: [PATCH] CI: checkout v4, checks to use PHP 8.4 --- .github/workflows/checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index f7f2ae1..75f2d3f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -13,12 +13,12 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.3 + php-version: 8.4 - name: Install dependencies run: composer install --no-progress --prefer-dist --no-interaction @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2