From e7e801deb2dd8e2c9b860f68fff4c5b4e7aceb9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:42:23 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/codecoverage.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 997c72e0..71bddab3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: - name: "Show Composer version" run: composer --version - name: "Cache dependencies installed with composer" - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: "php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}" path: ~/.cache/composer @@ -84,7 +84,7 @@ jobs: extensions: intl, mbstring, pdo_sqlite - name: "Cache composer dependencies" - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.composer/cache key: php-${{ matrix.php-versions }} diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index 87638803..caafc6a9 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -23,7 +23,7 @@ jobs: - name: "Show Composer version" run: composer --version - name: "Cache dependencies installed with composer" - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: "php${{ matrix.php-version }}-typo3${{ matrix.typo3-version }}-${{ matrix.composer-dependencies }}-composer-${{ hashFiles('**/composer.json') }}" path: ~/.cache/composer