Skip to content

Conversation

snomiao
Copy link
Member

@snomiao snomiao commented Sep 30, 2025

Summary

  • Upgrades all GitHub Actions workflows to use actions/checkout@v5
  • Updates 33 instances across 17 workflow files
  • Ensures we're using the latest version with security patches and improvements

Changes

Updated the following workflow files from actions/checkout@v4 to actions/checkout@v5:

  • .github/workflows/backport.yaml
  • .github/workflows/chromatic.yaml
  • .github/workflows/claude-pr-review.yml
  • .github/workflows/create-release-candidate-branch.yaml
  • .github/workflows/dev-release.yaml
  • .github/workflows/devtools-python.yaml
  • .github/workflows/i18n-custom-nodes.yaml
  • .github/workflows/json-validate.yaml
  • .github/workflows/lint-and-format.yaml
  • .github/workflows/pr-playwright-deploy.yaml
  • .github/workflows/pr-storybook-deploy.yaml
  • .github/workflows/test-ui.yaml
  • .github/workflows/update-electron-types.yaml
  • .github/workflows/update-manager-types.yaml
  • .github/workflows/update-registry-types.yaml
  • .github/workflows/version-bump.yaml
  • .github/workflows/vitest.yaml

Note: .github/workflows/publish-frontend-types.yaml and .github/workflows/release.yaml were already using v5.

Test plan

  • CI workflows should continue to run successfully
  • No functional changes - this is a dependency version upgrade only

🤖 Generated with Claude Code

┆Issue is synchronized with this Notion page by Unito

Updates all GitHub Actions workflow files to use the latest version of actions/checkout.
This ensures we're using the most recent version with latest security patches and improvements.

Changes:
- Upgraded actions/checkout@v4 to actions/checkout@v5 in all workflow files
- Total of 33 instances updated across 17 workflow files

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Copy link

github-actions bot commented Sep 30, 2025

🎨 Storybook Build Status

Build completed successfully!

⏰ Completed at: 09/30/2025, 06:11:10 AM UTC

🔗 Links


🎉 Your Storybook is ready for review!

Copy link

github-actions bot commented Sep 30, 2025

🎭 Playwright Test Results

⚠️ Tests passed with flaky tests

⏰ Completed at: 09/30/2025, 06:23:19 AM UTC

📈 Summary

  • Total Tests: 486
  • Passed: 455 ✅
  • Failed: 0
  • Flaky: 2 ⚠️
  • Skipped: 29 ⏭️

📊 Test Reports by Browser

  • chromium: View Report • ✅ 447 / ❌ 0 / ⚠️ 2 / ⏭️ 29
  • chromium-2x: View Report • ✅ 2 / ❌ 0 / ⚠️ 0 / ⏭️ 0
  • chromium-0.5x: View Report • ✅ 1 / ❌ 0 / ⚠️ 0 / ⏭️ 0
  • mobile-chrome: View Report • ✅ 5 / ❌ 0 / ⚠️ 0 / ⏭️ 0

🎉 Click on the links above to view detailed test results for each browser configuration.

@snomiao snomiao requested a review from DrJKL September 30, 2025 06:02
@snomiao snomiao marked this pull request as ready for review September 30, 2025 06:02
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Sep 30, 2025
@snomiao snomiao enabled auto-merge (squash) September 30, 2025 06:09
@snomiao snomiao merged commit 35ddb19 into main Sep 30, 2025
25 checks passed
@snomiao snomiao deleted the upgrade-actions-checkout-v5 branch September 30, 2025 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants