From fce0037006d1001d5fc5eb7a043d5fddaaf7788b Mon Sep 17 00:00:00 2001 From: bronachfalls Date: Tue, 2 Jun 2026 15:28:07 +0100 Subject: [PATCH] updating checkout action version --- .github/workflows/claude-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-pr.yml b/.github/workflows/claude-pr.yml index ec432ecf..9deef7ce 100644 --- a/.github/workflows/claude-pr.yml +++ b/.github/workflows/claude-pr.yml @@ -2,7 +2,7 @@ name: "Claude PR Review" on: workflow_call: pull_request: - types: [opened, synchronize, ready_for_review, reopened] + types: [synchronize] jobs: review: @@ -15,7 +15,7 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: anthropics/claude-code-action@v1.0.96