Skip to content

Commit fb17f9a

Browse files
chore(deps): update pnpm/action-setup action to v4
1 parent a1a8242 commit fb17f9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0 # 如果未启用 lastUpdated,则不需要
35-
- uses: pnpm/action-setup@v3 # 使用 pnpm
35+
- uses: pnpm/action-setup@v4 # 使用 pnpm
3636
with:
3737
version: 9
3838
# - uses: oven-sh/setup-bun@v1 # 如果使用 Bun,请取消注释

0 commit comments

Comments
 (0)