From 608cb17edde9997ef09cb36d86e893a8436b01ae Mon Sep 17 00:00:00 2001 From: ossia-renovate-bot Date: Mon, 13 Jul 2026 11:02:58 +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