From 67283905992943b0a9dc2dd7a68cea6d5e680bb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 14:56:01 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 318df7c9..afb1f77e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: uses: actions/checkout@v6 - name: Cache Composer dependencies 📦 - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: drupal/vendor key: ${{ runner.os }}-composer-${{ hashFiles('drupal/composer.lock') }}