From c748d6c068f4461bb8bfdcb4f3de82751b9aae7b Mon Sep 17 00:00:00 2001 From: Denis Zunke Date: Thu, 3 Apr 2025 07:24:19 +0200 Subject: [PATCH] Fix cache action version in ci --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8d59e50..d7c41bb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: vendor key: ${{ runner.os }}-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}