Skip to content

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

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

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

Conversation

@evolve75

Copy link
Copy Markdown
Owner

Summary

  • Bump actions/checkout from @v4 to @v7.0.1 across tests.yml (both jobs), coverage.yml, and release.yml, resolving the "Node.js 20 is deprecated" warning GitHub Actions emits on every run
  • No behavioral changes to our usage -- reviewed the v5/v6/v7 changelogs, no breaking changes apply to our plain-checkout usage

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@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 tests.yml (both jobs),
coverage.yml, and release.yml.
@coveralls

coveralls commented Jul 25, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 88.534%. remained the same — features/checkout-node24-next into next

@evolve75
evolve75 merged commit 0bd51a8 into next Jul 25, 2026
20 of 22 checks passed
@evolve75
evolve75 deleted the features/checkout-node24-next branch July 25, 2026 00:25
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