From 44899235c2f841f0a48083467e044976b896be40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:12:54 +0000 Subject: [PATCH] chore(deps): update anthropics/claude-code-action action to v1.0.76 --- .github/workflows/_claude-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_claude-code.yml b/.github/workflows/_claude-code.yml index 7f8e7445..839a0953 100644 --- a/.github/workflows/_claude-code.yml +++ b/.github/workflows/_claude-code.yml @@ -92,7 +92,7 @@ jobs: - name: Run Claude Code (Automation Mode) if: inputs.mode == 'automation' - uses: anthropics/claude-code-action@v1.0.75 + uses: anthropics/claude-code-action@v1.0.76 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} track_progress: ${{ inputs.track_progress }}