From 6e890ca94d0e841d7c694f3630044065f05ce379 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 18:58:49 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index f6534fd..596ae31 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -54,7 +54,7 @@ jobs: # Cache Composer dependencies # -------------------------- - name: Cache Composer - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.composer/cache key: composer-${{ matrix.php }}-${{ hashFiles('composer.lock') }}