Skip to content

Commit bfe8c69

Browse files
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](actions/cache@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] <support@github.com>
1 parent eafe771 commit bfe8c69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/branch-markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
7070
71-
- uses: actions/cache@v5
71+
- uses: actions/cache@v6
7272
if: steps.changed-files.outputs.count > 0
7373
name: Setup pnpm cache
7474
with:

.github/workflows/branch-spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4444
45-
- uses: actions/cache@v5
45+
- uses: actions/cache@v6
4646
name: Setup pnpm cache
4747
with:
4848
path: ${{ env.STORE_PATH }}

0 commit comments

Comments
 (0)