Skip to content

Commit ecfd79b

Browse files
chore(deps): bump actions/cache from 4 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...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 8308fbf commit ecfd79b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
6363
64-
- uses: actions/cache@v4
64+
- uses: actions/cache@v6
6565
with:
6666
# 缓存路径
6767
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
@@ -97,7 +97,7 @@ jobs:
9797
run: |
9898
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
9999
100-
- uses: actions/cache@v4
100+
- uses: actions/cache@v6
101101
with:
102102
# 缓存路径
103103
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
@@ -130,7 +130,7 @@ jobs:
130130
run: |
131131
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
132132
133-
- uses: actions/cache@v4
133+
- uses: actions/cache@v6
134134
with:
135135
# 缓存路径
136136
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}

0 commit comments

Comments
 (0)