Skip to content

chore(ci): upgrade actions/checkout and actions/setup-node to v4 - #1159

Open
MeiSiristhebest wants to merge 2 commits into
bytedance:mainfrom
MeiSiristhebest:chore/upgrade-ci-actions-v4
Open

chore(ci): upgrade actions/checkout and actions/setup-node to v4#1159
MeiSiristhebest wants to merge 2 commits into
bytedance:mainfrom
MeiSiristhebest:chore/upgrade-ci-actions-v4

Conversation

@MeiSiristhebest

@MeiSiristhebest MeiSiristhebest commented Aug 14, 2026

Copy link
Copy Markdown

Fixes #1158

Description

Upgrade actions/checkout and actions/setup-node from v3 to v4 across CI workflows (ci.yml and common-pr-checks.yml).

Motivation

GitHub Actions official runners have deprecated Node 16-based actions (@v3). Moving to @v4 ensures full Node 20 runtime compatibility and keeps our CI pipeline clean and up to date.

Changes

  • Upgrade actions/checkout@v3 -> actions/checkout@v4 in ci.yml & common-pr-checks.yml
  • Upgrade actions/setup-node@v3 -> actions/setup-node@v4 in ci.yml & common-pr-checks.yml

Verification

  • Verified workflow YAML syntax and step compatibility against GitHub Actions v4 schema.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] Upgrade deprecated actions/checkout and actions/setup-node to v4

1 participant