Skip to content

Commit a625566

Browse files
chore(deps): update actions/cache action to v5
1 parent 3c9a1f6 commit a625566

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4040
4141
- name: 设置 pnpm 缓存
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
with:
4444
path: ${{ env.STORE_PATH }}
4545
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
5151
5252
- name: 设置 pnpm 缓存
53-
uses: actions/cache@v4
53+
uses: actions/cache@v5
5454
with:
5555
path: ${{ env.STORE_PATH }}
5656
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)