cherry-studio/.github/workflows
George·Dong f7b42c95e7 chore(ci): remove pinned pnpm version from GH Action steps
Remove the explicit `with: version: 9` lines from multiple GitHub Actions workflows
(auto-i18n.yml, nightly-build.yml, pr-ci.yml, update-app-upgrade-config.yml,
sync-to-gitcode.yml, release.yml). The workflows still call `pnpm/action-setup@v4`
but no longer hardcode a pnpm version.

This simplifies maintenance and allows the action to resolve an appropriate pnpm
version (or use its default) without needing updates whenever the pinned
version becomes outdated. It reduces churn when bumping pnpm across CI configs
and prevents accidental pin drift between workflow files.
2026-01-04 00:16:22 +08:00
..
auto-i18n.yml chore(ci): remove pinned pnpm version from GH Action steps 2026-01-04 00:16:22 +08:00
claude-code-review.yml ci(deps): bump actions/checkout from 4 to 6 (#11595) 2025-12-08 11:05:02 +08:00
claude-translator.yml ci(deps): bump actions/checkout from 4 to 6 (#11595) 2025-12-08 11:05:02 +08:00
claude.yml ci(deps): bump actions/checkout from 4 to 6 (#11595) 2025-12-08 11:05:02 +08:00
delete-branch.yml fix: add continue-on-error & remove unused issue checker (#10821) 2025-10-20 00:06:34 +08:00
dispatch-docs-update.yml ci(deps): bump peter-evans/repository-dispatch from 3 to 4 (#11594) 2025-12-04 13:30:21 +08:00
github-issue-tracker.yml ci(deps): bump actions/checkout from 4 to 6 (#11595) 2025-12-08 11:05:02 +08:00
issue-management.yml ci(deps): bump actions/stale from 9 to 10 (#11088) 2025-11-02 08:44:53 +08:00
nightly-build.yml chore(ci): remove pinned pnpm version from GH Action steps 2026-01-04 00:16:22 +08:00
pr-ci.yml chore(ci): remove pinned pnpm version from GH Action steps 2026-01-04 00:16:22 +08:00
release.yml chore(ci): remove pinned pnpm version from GH Action steps 2026-01-04 00:16:22 +08:00
sync-to-gitcode.yml chore(ci): remove pinned pnpm version from GH Action steps 2026-01-04 00:16:22 +08:00
update-app-upgrade-config.yml chore(ci): remove pinned pnpm version from GH Action steps 2026-01-04 00:16:22 +08:00