From e5735b2a3397a99b694e58f48a83bffdfba0507c Mon Sep 17 00:00:00 2001 From: ossia-renovate-bot Date: Tue, 21 Jul 2026 16:04:04 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .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 c75ac208..7f5a7d8c 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@v6 + uses: actions/checkout@v7 with: fetch-depth: 1