We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1a8242 + fb17f9a commit 5896b99Copy full SHA for 5896b99
1 file changed
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/checkout@v4
33
with:
34
fetch-depth: 0 # 如果未启用 lastUpdated,则不需要
35
- - uses: pnpm/action-setup@v3 # 使用 pnpm
+ - uses: pnpm/action-setup@v4 # 使用 pnpm
36
37
version: 9
38
# - uses: oven-sh/setup-bun@v1 # 如果使用 Bun,请取消注释
0 commit comments