ci: Bump actions/configure-pages from 5 to 6#1154
Conversation
|
🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review. Tip
Note Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect. Caution Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement. Our CI and AI review are safeguards, not development tools. If many issues are flagged, rethink your development approach. Invest more effort in planning and design rather than using review cycles to fix low-quality code. |
|
@coderabbitai review |
📝 WalkthroughWalkthroughThe documentation publishing workflows update ChangesGitHub Pages action upgrade
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 inconclusive)
✅ Passed checks (6 passed)
✨ 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1154 +/- ##
=======================================
Coverage 44.42% 44.42%
=======================================
Files 62 62
Lines 3730 3730
=======================================
Hits 1657 1657
Misses 2073 2073 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Bumps the
actions/configure-pagesGitHub Action from v5 to v6 across the release workflows. Replaces #1132 (Dependabot) with a commit under the maintainer identity.Changes
Affected workflow files:
.github/workflows/release-manual-docs.yml.github/workflows/release-publish.yml(2 occurrences)In all cases the action is invoked as
uses: actions/configure-pages@v6with nowith:inputs, so the runtime bump is the only relevant change.Breaking Changes
None affecting these workflows. The only major-version change is the internal Node 20 -> Node 24 runtime upgrade, which is transparent to GitHub-hosted
ubuntu-latestrunners used here. The action's input/output interface is unchanged.Code Changes Required
None -- drop-in replacement (workflow YAML version tag only).
Closes #1132
Summary by CodeRabbit