From 2655328b7e282393643759bb75e6354e87233576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:12:27 +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/rebuild.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rebuild.yml b/.github/workflows/rebuild.yml index 4cac709..4ad7040 100644 --- a/.github/workflows/rebuild.yml +++ b/.github/workflows/rebuild.yml @@ -33,7 +33,7 @@ jobs: path: ${{ env.BUILDER_DIRECTORY }} - name: Cache composer cache directory - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: composer-cache-dir with: @@ -41,7 +41,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }} - name: Cache vendor directory of repository-builder - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: repository-builder-vendor with: @@ -51,7 +51,7 @@ jobs: ${{ runner.os }}-build-${{ env.cache-name }}- - name: Cache var directory of repository-builder - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: repository-builder-var-${{ secrets.VAR_CACHE_VERSION }} with: