From 23240f11c02d00865886e2c9c51e5a49aad13ece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:52:53 +0000 Subject: [PATCH] github-actions(deps): 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/diagnostics.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/diagnostics.yml b/.github/workflows/diagnostics.yml index 3c43933..d335939 100644 --- a/.github/workflows/diagnostics.yml +++ b/.github/workflows/diagnostics.yml @@ -35,7 +35,7 @@ jobs: coverage: xdebug2 - name: Cache composer cache directory - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: composer-cache-dir-${{ matrix.php }} with: @@ -46,7 +46,7 @@ jobs: run: composer install - name: Cache vendor directory of phpcq tool runner - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: vendor-${{ matrix.php }} with: