docs: update GHA examples to use actions/checkout@v6 (#6969)

This commit is contained in:
Josh Thomas 2026-01-05 13:00:22 -06:00 committed by GitHub
parent c6a241e331
commit 0917991361
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -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