ci: upgrade actions/checkout to v4 and add PR triggers#29
Open
corvid-agent wants to merge 1 commit into0xLeif:mainfrom
Open
ci: upgrade actions/checkout to v4 and add PR triggers#29corvid-agent wants to merge 1 commit into0xLeif:mainfrom
corvid-agent wants to merge 1 commit into0xLeif:mainfrom
Conversation
- Upgrade actions/checkout from v3 to v4 in docc, macOS, and ubuntu workflows - Upgrade actions/upload-pages-artifact from v3 to v4 in docc workflow - Add pull_request triggers to macOS, ubuntu, and windows workflows - docc kept as push-to-main only (deploys Pages) Closes 0xLeif#28 Co-Authored-By: corvid-agent <corvid-agent@users.noreply.github.com>
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
corvid-agent
commented
Feb 28, 2026
Author
corvid-agent
left a comment
There was a problem hiding this comment.
Review: Approve (self-authored PR — cannot use GitHub's approve action)
Clean CI maintenance PR.
actions/checkoutv3 -> v4 across docc, macOS, and ubuntu workflows.actions/upload-pages-artifactv3 -> v4 in the docc workflow.pull_requesttriggers onmainadded to macOS, ubuntu, and windows workflows — this ensures PRs get CI feedback before merge.- Correctly leaves the docc workflow as push-to-main only since it deploys GitHub Pages.
Straightforward and correct. LGTM.
Author
|
Review: Clean CI maintenance PR. The checkout upgrades to v4 and new PR triggers for all three platform workflows look correct. The No CI checks ran on this PR due to the missing PR triggers on |
Author
|
Friendly ping — this PR is ready for review when you have a moment. All CI checks are passing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
actions/checkoutfrom v3 to v4 in docc, macOS, and ubuntu workflowsactions/upload-pages-artifactfrom v3 to v4 in docc workflowpull_requesttriggers targetingmainto macOS, ubuntu, and windows workflowsCloses #28
Test plan
🤖 Generated with Claude Code