Skip to content

fix(action): bump setup-python to v6.2.0 to drop Node 20 runtime#90

Closed
adisivaprasad wants to merge 1 commit into
opensource-nepal:mainfrom
adisivaprasad:fix/setup-python-node24
Closed

fix(action): bump setup-python to v6.2.0 to drop Node 20 runtime#90
adisivaprasad wants to merge 1 commit into
opensource-nepal:mainfrom
adisivaprasad:fix/setup-python-node24

Conversation

@adisivaprasad
Copy link
Copy Markdown

Description

action.yml pins actions/[email protected], which runs on the Node.js 20
runtime. GitHub now emits a deprecation warning for Node 20 actions, so every
consumer of this action sees the warning in their workflow logs.

This bumps the pin to actions/[email protected], which runs on Node.js 24
and clears the deprecation warning for all downstream users.

Changes

Notes

  • v5.x of setup-python (including v5.4.0–v5.6.0) still runs on Node 20; only
    v6.0.0+ moved to Node 24, hence the jump to v6.x.

actions/[email protected] runs on the deprecated Node.js 20 runtime,
which emits a warning for every consumer of this action. v6.2.0 runs on
Node.js 24 and clears the warning.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
@aj3sh
Copy link
Copy Markdown
Member

aj3sh commented May 28, 2026

Duplicate PR of #89

@aj3sh aj3sh closed this May 28, 2026
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