From 97831e1078cd6d7a8c6045d18baf347a360dabd9 Mon Sep 17 00:00:00 2001 From: Padraic Slattery Date: Wed, 14 Jan 2026 17:13:12 +0100 Subject: [PATCH] docs: Update outdated GitHub Actions version --- .github/workflows/claude-pr-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml index 33a876bd..66a2f349 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 1