Skip to content

fix: update pinned actions to Node 24 runtimes - #147

Open
00200200 wants to merge 1 commit into
anthropics:mainfrom
00200200:codex/update-node24-actions
Open

00200200 wants to merge 1 commit into
anthropics:mainfrom
00200200:codex/update-node24-actions

Conversation

@00200200

Copy link
Copy Markdown

Summary

  • update the five first-party action pins in action.yml to Node 24-compatible releases
  • preserve full SHA pinning and version comments for reproducibility
  • cover setup-python, cache/cache-save, setup-node, and upload-artifact

Fixes #118

Validation

  • ruby -e 'require "yaml"; YAML.load_file("action.yml")' (passed)
  • git diff --check (passed)
  • PYTHONPATH=. python -m pytest -q in an isolated dependency environment (173 passed)

The action’s consumer-facing Node.js 18 setup remains unchanged; only the runtime of the pinned third-party actions is updated.

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.

Transitive actions target Node 20 (deprecated) — action.yml pins setup-python / cache / setup-node / upload-artifact at node20 versions

1 participant