From 94c09999d53bd0b48d126503de549ff147d8ed14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 08:03:56 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action from 1.0.210 to 1.0.213 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.210 to 1.0.213. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/v1.0.210...v1.0.213) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.213 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-review.yml | 2 +- .github/workflows/similar-issues.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 68f29f9c8157..4fe7a0dd1798 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -80,7 +80,7 @@ jobs: - name: Review PR with rules if: github.event_name == 'workflow_dispatch' || (steps.check-pr-author.outputs.skip != 'true' && github.event.workflow_run.conclusion != 'failure') - uses: anthropics/claude-code-action@v1.0.210 + uses: anthropics/claude-code-action@v1.0.213 env: GH_TOKEN: ${{ github.token }} PR_NUMBER: ${{ steps.source-run-info.outputs.number || inputs.pr_number }} diff --git a/.github/workflows/similar-issues.yml b/.github/workflows/similar-issues.yml index d3ddbba5b40e..f81221526937 100644 --- a/.github/workflows/similar-issues.yml +++ b/.github/workflows/similar-issues.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Check for duplicate issues - uses: anthropics/claude-code-action@v1.0.210 + uses: anthropics/claude-code-action@v1.0.213 env: GH_TOKEN: ${{ github.token }} ISSUE_NUMBER: ${{ github.event.issue.number || inputs.issue_number }}