Fix Node.js 20 deprecation: upgrade to checkout@v5 and setup-python@v6 - #2
Merged
Merged
Conversation
Fix Node.js 20 deprecation warning by upgrading: - actions/checkout@v4 → actions/checkout@v5 (Node.js 24) - actions/setup-python@v5 → actions/setup-python@v6 (Node.js 24) Co-Authored-By: vikas.desai <ragdemoqwen@gmail.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes the Node.js 20 deprecation warning by bumping action versions in
migration_tools/workflows/cobol-migration.yml:actions/checkout@v4→actions/checkout@v5(Node.js 24, all 5 jobs)actions/setup-python@v5→actions/setup-python@v6(Node.js 24, 3 jobs)No functional changes — purely version bumps.
Review & Testing Checklist for Human
.github/workflows/are NOT updated by this PR (OAuth token lacksworkflowscope). After merging, manually apply the same@v4→@v5and@v5→@v6bumps to.github/workflows/cobol_migration.ymland.github/workflows/COBOL-to-Python.yml, or replace them with this file's contents..github/workflows/and confirm the Node.js 20 deprecation warning is gone.Notes
actions/checkout@v5was released Aug 2025 withnode24runtime (changelog).actions/setup-python@v6was released Nov 2025 withnode24runtime (PR #1164).Link to Devin session: https://app.devin.ai/sessions/274f8ccf841f466c9229c836e860d472
Requested by: @ragdemoqwen-bit