From c159c76c1f4a0f7f8fddf01d47206816e8f6a82d Mon Sep 17 00:00:00 2001 From: ossia-renovate-bot Date: Mon, 20 Jul 2026 16:15:15 +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 cf114b3..5f14eb1 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