From 47ccba81ec5a3c5d583c0248c7079ad4862988c4 Mon Sep 17 00:00:00 2001 From: Rick in t Veld Date: Thu, 5 Sep 2024 16:33:52 +0200 Subject: [PATCH] Upgrade actions version --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8a89d54..81637ba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ jobs: lint: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: php-actions/composer@v6 - run: vendor/bin/phpstan analyse @@ -14,6 +14,6 @@ jobs: needs: lint runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: php-actions/composer@v6 - run: vendor/bin/phpunit