From 89f7bf11f356fbef83140badb2c804c47f049936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 08:32:47 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action Bumps the github-actions-dependencies group with 1 update: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `anthropics/claude-code-action` from 1.0.189 to 1.0.191 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/v1.0.189...v1.0.191) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.191 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-pr-review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml index 65a7c9453..2ca708810 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -37,7 +37,7 @@ jobs: fetch-depth: 0 - name: Claude review (dependency updates) - uses: anthropics/claude-code-action@v1.0.189 + uses: anthropics/claude-code-action@v1.0.191 env: GH_TOKEN: ${{ github.token }} @@ -98,7 +98,7 @@ jobs: check-latest: true - name: Claude review (general) - uses: anthropics/claude-code-action@v1.0.189 + uses: anthropics/claude-code-action@v1.0.191 env: GH_TOKEN: ${{ github.token }} with: