From 52ea9a74e5fc67b9f1e80420e3cf8b17fec97240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:28:33 +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/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a28a873..bc08e09 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -29,7 +29,7 @@ jobs: coverage: none - name: "Cache composer dependencies" - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.composer/cache key: php-${{ matrix.php }}-composer-${{ matrix.os }}-${{ matrix.stability }} @@ -66,7 +66,7 @@ jobs: coverage: none - name: "Cache composer dependencies" - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.composer/cache key: php-${{ matrix.php }}-composer