From eda17b502abcfdc850cfc5c3d812867a2fa6775d Mon Sep 17 00:00:00 2001 From: Aidan Casey Date: Wed, 21 Feb 2024 10:55:58 -0500 Subject: [PATCH] Updates actions/checkout to v4. --- .github/workflows/phpstan.yml | 3 ++- .github/workflows/phpunit.yml | 2 +- composer.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index ffffd4888..6a6c3b0f4 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -6,12 +6,13 @@ on: - '**.php' - 'phpstan.neon.dist' + jobs: phpstan: name: phpstan runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index cf6ae5350..1d1411717 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/composer.json b/composer.json index f2e7214f4..52d117bea 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "qa": [ "composer csfixer", "composer phpstan", - "composer coverage" + "composer phpunit" ] }, "license": "MIT"