summaryrefslogtreecommitdiffhomepage
path: root/github
diff options
context:
space:
mode:
authorJosh Thomas <[email protected]>2026-01-05 13:00:22 -0600
committerGitHub <[email protected]>2026-01-05 13:00:22 -0600
commit0917991361ff91270db561ce18d576267b6aad2e (patch)
tree2124d118f6a5b039560e1859b389bf9a04afb020 /github
parentc6a241e3319f8a4818581f22712aaccbccda0d26 (diff)
downloadopencode-0917991361ff91270db561ce18d576267b6aad2e.tar.gz
opencode-0917991361ff91270db561ce18d576267b6aad2e.zip
docs: update GHA examples to use `actions/checkout@v6` (#6969)
Diffstat (limited to 'github')
-rw-r--r--github/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/github/README.md b/github/README.md
index 24651a09f..954710f23 100644
--- a/github/README.md
+++ b/github/README.md
@@ -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