From a1060058a9fed5a906fdd35f9f5c93a9de10d7a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:02:02 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 558fb5a..b4b1673 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: done - name: Cache Composer downloads - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.composer/cache/files key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }} @@ -125,7 +125,7 @@ jobs: tools: composer:v2 - name: Cache Composer downloads - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.composer/cache/files key: ${{ runner.os }}-php-8.3-composer-${{ hashFiles('**/composer.json') }}