mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
docs: update GHA examples to use actions/checkout@v6 (#6969)
This commit is contained in:
parent
c6a241e331
commit
0917991361
3 changed files with 6 additions and 6 deletions
|
|
@ -82,7 +82,7 @@ This will walk you through installing the GitHub app, creating the workflow, and
|
|||
id-token: write
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue