From bfe8c69a064d90ffff6414fab91288b7ea0f55f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 04:53:41 +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/branch-markdown.yml | 2 +- .github/workflows/branch-spellcheck.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branch-markdown.yml b/.github/workflows/branch-markdown.yml index 204a2d6b1b..4da0fe91f0 100644 --- a/.github/workflows/branch-markdown.yml +++ b/.github/workflows/branch-markdown.yml @@ -68,7 +68,7 @@ jobs: run: | echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - uses: actions/cache@v5 + - uses: actions/cache@v6 if: steps.changed-files.outputs.count > 0 name: Setup pnpm cache with: diff --git a/.github/workflows/branch-spellcheck.yml b/.github/workflows/branch-spellcheck.yml index 017cb3ea6b..222f0e5c89 100644 --- a/.github/workflows/branch-spellcheck.yml +++ b/.github/workflows/branch-spellcheck.yml @@ -42,7 +42,7 @@ jobs: run: | echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - uses: actions/cache@v5 + - uses: actions/cache@v6 name: Setup pnpm cache with: path: ${{ env.STORE_PATH }}