ci: repoint reusable workflows to actions v8.0.0#256
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
📝 WalkthroughWalkthroughThis PR updates the pinned commit references for reusable GitHub Actions workflows in three files—publish.yaml, release.yaml, and todos.yaml—bumping each from v5.6.6 to v8.0.0. No functional logic or job structure changes. ChangesReusable Workflow Version Bump
Estimated code review effort: 1 (Trivial) | ~3 minutes Related PRs: None identified. Suggested labels: ci, dependencies Suggested reviewers: None identified. Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
@coderabbitai review |
|
✅ Action performedReview finished.
|
Why
We merged our reusable CI workflows into
devantler-tech/actionsa week ago, but this repo still runs them from the oldreusable-workflowsrepo. Until every repo moves over, the old repo can't be archived — and its leftover automation has now started failing every night (reusable-workflows#350).What
Points this repo's CI at the workflows' new home. Same workflows, new address — no behavior change.
Part of devantler-tech/actions#425.
Note: needs a direct merge after promotion — the auto-merge bot can't merge workflow-file changes.