From 289c96d6ec77c8158addc9abddac237c3a57ad27 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 6 Aug 2026 06:22:06 +0000 Subject: [PATCH] docs: move the workflow example to actions/checkout@v7 v5 is two majors behind. The pin is copied verbatim by anyone following this guide, so it seeds every new workflow with a stale action. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01U9zFxq8V4qxG4aMzJhGBFn --- docs/guides/integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/integrations.md b/docs/guides/integrations.md index f15a237..1a23cf1 100644 --- a/docs/guides/integrations.md +++ b/docs/guides/integrations.md @@ -118,7 +118,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 # (1)!