Skip to content

[codex] Bump checkout action#251

Merged
peter-jerry-ye merged 1 commit into
mainfrom
codex/bump-checkout-action
Jun 2, 2026
Merged

[codex] Bump checkout action#251
peter-jerry-ye merged 1 commit into
mainfrom
codex/bump-checkout-action

Conversation

@peter-jerry-ye
Copy link
Copy Markdown
Collaborator

Summary

  • Update all workflow uses of actions/checkout@v4 to actions/checkout@v6.
  • Address the GitHub Actions Node.js 20 deprecation warning by using the current checkout action version with Node.js 24 support.

Validation

  • rg -n "actions/checkout@v4|actions/checkout@v6" .github/workflows
  • git diff --check
  • ruby -e 'require "yaml"; ARGV.each { |file| YAML.load_file(file) }; puts "workflow yaml ok"' .github/workflows/check.yml .github/workflows/publish.yml

@peter-jerry-ye peter-jerry-ye merged commit 081251c into main Jun 2, 2026
10 checks passed
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