Skip to content

chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions#172

Merged
kristianmills merged 1 commit intomainfrom
kristianm/node20-deprecated-actions
Mar 24, 2026
Merged

chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions#172
kristianmills merged 1 commit intomainfrom
kristianm/node20-deprecated-actions

Conversation

@kristianmills
Copy link
Copy Markdown
Contributor

@kristianmills kristianmills commented Mar 20, 2026

Summary

Upgrades GitHub Actions that use the deprecated Node.js 20 runtime to Node.js 24 compatible versions.

Node.js 20 actions will be forced to run on Node.js 24 by default starting June 2nd, 2026. See the GitHub deprecation notice.

Changes made:

  • actions/checkout@v4actions/checkout@v6

🤖 Generated with Claude Code

DEVPLAT-7373


Note

Low Risk
CI-only change updating actions/checkout in the GitHub Actions workflow; low risk aside from potential runner/action compatibility issues.

Overview
Updates the Rspec and Release GitHub Actions workflow to use actions/checkout@v6 (from @v4) in both the rspec and release jobs to stay compatible with newer Node runtimes.

Written by Cursor Bugbot for commit 9ccfbf9. This will update automatically on new commits. Configure here.

@kristianmills kristianmills marked this pull request as ready for review March 23, 2026 18:19
@kristianmills kristianmills merged commit aaba79c into main Mar 24, 2026
20 checks passed
@kristianmills kristianmills deleted the kristianm/node20-deprecated-actions branch March 24, 2026 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants