Skip to content

Commit 9f1f54f

Browse files
dependabot[bot]SkeLLLa
authored andcommitted
chore(deps): bump actions/cache from 5 to 6 in the all-actions group
Bumps the all-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c93f464 commit 9f1f54f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: pnpm-cache
3333
run: |
3434
echo "PNPM_CACHE_DIR=$(pnpm store path)" >> $GITHUB_ENV
35-
- uses: actions/cache@v5
35+
- uses: actions/cache@v6
3636
name: Setup pnpm cache
3737
with:
3838
path: ${{ env.PNPM_CACHE_DIR }}
@@ -100,7 +100,7 @@ jobs:
100100
id: pnpm-cache
101101
run: |
102102
echo "PNPM_CACHE_DIR=$(pnpm store path)" >> $GITHUB_ENV
103-
- uses: actions/cache@v5
103+
- uses: actions/cache@v6
104104
name: Setup pnpm cache
105105
with:
106106
path: ${{ env.PNPM_CACHE_DIR }}

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: pnpm-cache
3636
run: |
3737
echo "PNPM_CACHE_DIR=$(pnpm store path)" >> $GITHUB_ENV
38-
- uses: actions/cache@v5
38+
- uses: actions/cache@v6
3939
name: Setup pnpm cache
4040
with:
4141
path: ${{ env.PNPM_CACHE_DIR }}

0 commit comments

Comments
 (0)