chore: 更新 GitHub Actions 依赖版本

- 将 pnpm/action-setup 从 v4 升级到 v5
- 将 release-drafter/release-drafter 从 v6 升级到 v7
- 更新所有工作流中的依赖版本以确保兼容性
This commit is contained in:
Jin Mao
2026-03-25 17:58:47 +08:00
parent 282a102826
commit 9a22027b35
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ jobs:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v5
with:
run_install: false