chore(ci): bump GHA pins to Node 24 successors (Node 20 EOL)#2
chore(ci): bump GHA pins to Node 24 successors (Node 20 EOL)#2clintonAbridge wants to merge 1 commit into
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
Bumps 2 GitHub Actions pins in 1 workflow file to major versions that ship on Node 24.
Changes
.github/workflows/update-index.yamlactions/checkoutv4v6.github/workflows/update-index.yamlactions/setup-pythonv4v6Parameter compatibility
All changes are pure version pin bumps. The
with:blocks were not modified. Per the upstream release notes for each action (linked above), no inputs were removed or renamed across these majors for the parameters this repo uses.Verification
actionlintclean (mentally; not run in this PR).using: node24in theiraction.yml(per upstream release inspection on 2026-05-15).abridgeai/node-eol-gha-test— old and new pins both pass identical input shapes on a real runner; GitHub's runner emits Node-20-deprecation annotations on the old pins but not on the new pins.Test plan
Refs: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/