From 30a90c033e7f6ca366f53de51e2598a2cecdee61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 05:29:11 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/php-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-ci.yaml b/.github/workflows/php-ci.yaml index 109afb1f..cc377e35 100644 --- a/.github/workflows/php-ci.yaml +++ b/.github/workflows/php-ci.yaml @@ -46,7 +46,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ matrix.project-dir }}/vendor key: ${{ runner.os }}-${{ matrix.php-version }}-php-${{ hashFiles('**/composer.json') }}