From 1d55c29c3882dd1c8045c9c2bf3c6bbb5812eeb1 Mon Sep 17 00:00:00 2001 From: Ali Alwash Date: Wed, 10 Dec 2025 09:05:15 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0890e1a2..33f6ee57 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: php-version: ${{ matrix.php-versions }} - name: Cache Composer dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: /tmp/composer-cache key: ${{ runner.os }}-php${{ matrix.php-versions }}-${{ hashFiles('**/composer.lock') }}