From 9bfe8829d65f81376b17a0a2147e32a9e2d72807 Mon Sep 17 00:00:00 2001 From: Bens PersonalAssistant Date: Mon, 9 Feb 2026 12:08:33 +0000 Subject: [PATCH] Update GitHub Actions to latest versions --- .github/workflows/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index d300267..94dcce5 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -26,7 +26,7 @@ jobs: actions: read # Required for Claude to read CI results on PRs steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 1