From c20b07e60f4782c2bd28fc440f70408a70331098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 01:32:36 +0000 Subject: [PATCH] Bump anthropics/claude-code-action from 1.0.206 to 1.0.211 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.206 to 1.0.211. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/v1.0.206...v1.0.211) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.211 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-code-review.yml | 2 +- .github/workflows/claude.yml | 2 +- .github/workflows/triage.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index d37e5dd7..a052ae7d 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -31,7 +31,7 @@ jobs: - name: Review id: claude-review - uses: anthropics/claude-code-action@v1.0.206 + uses: anthropics/claude-code-action@v1.0.211 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} # Fork contributors don't have write access, so the action would stop diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 40b5e220..4f7fa141 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -34,7 +34,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@v1.0.206 + uses: anthropics/claude-code-action@v1.0.211 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 4f896d6c..6c6553e4 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: Triage issue with Claude - uses: anthropics/claude-code-action@v1.0.206 + uses: anthropics/claude-code-action@v1.0.211 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }}