Skip to content

[code-update-service] Running code-update job: actions-node20-runtime-upgrade - #67

Open
code-update-service[bot] wants to merge 1 commit into
v2from
actions-node20-runtime-upgrade-66792
Open

[code-update-service] Running code-update job: actions-node20-runtime-upgrade #67
code-update-service[bot] wants to merge 1 commit into
v2from
actions-node20-runtime-upgrade-66792

Conversation

@code-update-service

Copy link
Copy Markdown

🤖 This PR was raised by the code-update-service! 🤖.

This code update job updates outdated GitHub Actions pins that still trigger deprecated Node.js 20 runtime warnings.
It focuses on workflow action version upgrades to align with the Node24 runtime migration.
🤖 Changes are generated by claude-code. 🤖

⚙️ Workflow run: code-update-service#33392544564

Summary

Update GitHub Actions actions/checkout from v4 to v5 to resolve Node.js 20 runtime deprecation warnings.

Actions upgraded

File Action Old New
.github/workflows/test.yaml actions/checkout v4 v5
.github/workflows/check-dist.yaml actions/checkout v4 v5

Files changed

  • .github/workflows/test.yaml
  • .github/workflows/check-dist.yaml

Actions that could not be auto-resolved

None.

Copilot AI lite review requested due to automatic review settings August 31, 2026 12:37
@code-update-service
code-update-service Bot requested a review from a team as a code owner August 31, 2026 12:37
@platon-github-app-production

Copy link
Copy Markdown

Comment /request-review to automatically request reviews from the following teams:

You can also request review from a specific team by commenting /request-review team-name, or you can add a description with --notes "<message>"

💡 If you see something that doesn't look right, check the configuration guide.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Changes: Build and packaging (1)

This PR updates GitHub Actions workflow pins to remove deprecated Node.js 20 runtime warnings by upgrading actions/checkout from v4 to v5.

Changes:

  • Bump actions/checkout from v4 to v5 in the test workflow.
  • Bump actions/checkout from v4 to v5 in the dist verification workflow.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/test.yaml Updates actions/checkout to v5 in the test job.
.github/workflows/check-dist.yaml Updates actions/checkout to v5 in the dist check job.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@@ -23,7 +23,7 @@ jobs:
name: Check dist
runs-on: ubuntu-latest
@@ -16,7 +16,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
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.

1 participant