From 909a87f8fc7507939e57e84f68f9e192d6f744af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 14:45:33 +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.195 to 1.0.196 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/v1.0.195...v1.0.196) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.196 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 6e7a6bf51..252adc6b9 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.195 + uses: anthropics/claude-code-action@v1.0.196 env: GH_TOKEN: ${{ github.token }} @@ -98,7 +98,7 @@ jobs: check-latest: true - name: Claude review (general) - uses: anthropics/claude-code-action@v1.0.195 + uses: anthropics/claude-code-action@v1.0.196 env: GH_TOKEN: ${{ github.token }} with: