Skip to content

Bump actions/checkout to v7 to resolve Node.js 20 deprecation - #131

Merged
evolve75 merged 1 commit into
masterfrom
features/checkout-node24
Jul 25, 2026
Merged

Bump actions/checkout to v7 to resolve Node.js 20 deprecation#131
evolve75 merged 1 commit into
masterfrom
features/checkout-node24

Conversation

@evolve75

Copy link
Copy Markdown
Owner

Summary

  • Bump actions/checkout from @v2 (ruby.yml, coveralls.yml) / @v4 (release.yml) to @v7.0.1, resolving the "Node.js 20 is deprecated" warning GitHub Actions emits on every run for these actions
  • No behavioral changes to our usage (plain checkout, one fetch-depth: 0 usage in release.yml) -- reviewed the v5/v6/v7 changelogs and none introduce breaking changes relevant here

Test plan

  • YAML validated for all three workflow files
  • CI green on this PR (checkout itself is exercised by every job)

GitHub Actions runners now force actions/checkout@v2 and @v4 to run
on Node.js 24 despite targeting Node.js 20, emitting a deprecation
warning on every run. actions/checkout@v5 switched to Node 24
natively; bump straight to the latest v7.0.1 (no breaking changes
apply to our plain-checkout usage) across ruby.yml, coveralls.yml,
and release.yml.
@evolve75
evolve75 merged commit e1047cc into master Jul 25, 2026
25 checks passed
@evolve75
evolve75 deleted the features/checkout-node24 branch July 25, 2026 00:24
@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 96.35%. remained the same — features/checkout-node24 into master

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.

2 participants