Skip to content

Commit 5896b99

Browse files
authored
Merge pull request #27 from Panzer-Jack/renovate/pnpm-action-setup-4.x
chore(deps): update pnpm/action-setup action to v4
2 parents a1a8242 + fb17f9a commit 5896b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)