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
|
|
@ -393,7 +393,7 @@ jobs:
|
|||
issues: read
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Run opencode
|
||||
uses: anomalyco/opencode/github@latest${envStr}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue