From 747bbaf22051a2995d2540a6b8073bed696cc396 Mon Sep 17 00:00:00 2001 From: Rob Allen Date: Thu, 6 Nov 2025 19:18:45 +0000 Subject: [PATCH] Update GH Actions dependencies - actions/checkout to @5 - ramsey/composer-install to @3 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2eb0371..75277d9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v5 - name: Set up PHP ${{ matrix.php }} uses: shivammathur/setup-php@v2 @@ -22,7 +22,7 @@ jobs: coverage: xdebug - name: Install dependencies with Composer - uses: ramsey/composer-install@v1 + uses: ramsey/composer-install@v3 - name: Coding standards run: vendor/bin/phpcs