From d6f11dc36ddae4d56894dd51a3fc7f9867abe572 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 04:37:34 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/pullrequest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 038bbc8..a4ad35c 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -40,7 +40,7 @@ jobs: - name: Cache Composer packages id: root-composer-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: vendor key: ${{ runner.os }}-${{ matrix.php-version }}-php-${{ hashFiles('composer.json') }} @@ -80,7 +80,7 @@ jobs: - name: Cache Composer packages id: behat-composer-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: integration/vendor key: ${{ runner.os }}-${{ matrix.php-version }}-php-${{ hashFiles('integration/composer.json') }}