ci: bump outdated action versions in update-owl workflow#181
ci: bump outdated action versions in update-owl workflow#181
Conversation
- actions/checkout: v3 -> v4 (Node 20 runtime; v3 uses end-of-life Node 16) - peter-evans/create-pull-request: v4 -> v6 (Node 20, latest stable major) - peter-evans/enable-pull-request-automerge: v2 -> v3 (Node 20) The other two workflow files (validate-obo.yml, validate-owl.yaml) already track current majors, so no changes there. The mathieudutour/github-tag-action bump is handled separately on the issue-179 branch and intentionally omitted here.
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ 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: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Bumps the three outdated GitHub Actions in
.github/workflows/update-owl.yamlto current majors. All run on Node 20.actions/checkout:v3→v4peter-evans/create-pull-request:v4→v6peter-evans/enable-pull-request-automerge:v2→v3Notes
validate-obo.ymlandvalidate-owl.yamlalready track current majors (actions/checkout@v4,actions/setup-java@v4,actions/cache@v4,actions/upload-artifact@v4) — no changes needed there.mathieudutour/github-tag-action@v5.6 → v6.2bump is handled in the issue Need CV term for associated files #179 branch (PR for that branch separately) and is intentionally omitted here to avoid merge conflicts.juliangruber/approve-pull-request-action@v1is left as-is (no widely-adopted v2 release at time of writing).Test plan
masterto trigger theUpdate OWLworkflow and verify it completes withoutset-outputdeprecation warnings or Node 16 deprecation warningsGenerated by Claude Code