[PR #6969] docs: update GHA examples to use actions/checkout@v6 #12184

Closed
opened 2026-02-16 18:17:06 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/6969

State: closed
Merged: Yes


Updates all GitHub Action workflow examples in documentation and code templates from actions/checkout@v4 to actions/checkout@v6.

PR #6667 added code compatibility for actions/checkout@v6, which changed credential storage from .git/config to a separate file using includeIf.gitdir. The documentation and CLI-generated workflow templates still reference actions/checkout@v4.

Refs: #6667 #5827

Changes

  • packages/web/src/content/docs/github.mdx - Updated 4 workflow examples
  • github/README.md - Updated manual setup example
  • packages/opencode/src/cli/cmd/github.ts - Updated generated workflow template
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/6969 **State:** closed **Merged:** Yes --- Updates all GitHub Action workflow examples in documentation and code templates from `actions/checkout@v4` to `actions/checkout@v6`. PR #6667 added code compatibility for `actions/checkout@v6`, which changed credential storage from `.git/config` to a separate file using `includeIf.gitdir`. The documentation and CLI-generated workflow templates still reference `actions/checkout@v4`. Refs: #6667 #5827 #### Changes - `packages/web/src/content/docs/github.mdx` - Updated 4 workflow examples - `github/README.md` - Updated manual setup example - `packages/opencode/src/cli/cmd/github.ts` - Updated generated workflow template
yindo added the pull-request label 2026-02-16 18:17:06 -05:00
yindo closed this issue 2026-02-16 18:17:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12184