From 0917991361ff91270db561ce18d576267b6aad2e Mon Sep 17 00:00:00 2001 From: Josh Thomas Date: Mon, 5 Jan 2026 13:00:22 -0600 Subject: docs: update GHA examples to use `actions/checkout@v6` (#6969) --- github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'github') 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 -- cgit v1.2.3