Skip to content

Commit c25fc5d

Browse files
build(deps): bump anthropics/claude-code-action from 1.0.178 to 1.0.183
Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.178 to 1.0.183. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](anthropics/claude-code-action@af0559e...be7b93b) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.183 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1687729 commit c25fc5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Run Automated AI Review
111111
id: automated-review
112-
uses: anthropics/claude-code-action@af0559ee4f514d1ef21826982bed13f7edc3c35e
112+
uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b
113113
with:
114114
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
115115
# claude-code-action v1 dropped the `model` input; model selection now goes
@@ -271,7 +271,7 @@ jobs:
271271

272272
- name: Run Interactive AI Assistant
273273
id: interactive-claude
274-
uses: anthropics/claude-code-action@af0559ee4f514d1ef21826982bed13f7edc3c35e
274+
uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b
275275
with:
276276
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
277277
# claude-code-action v1 dropped the `model` input; model selection now goes

0 commit comments

Comments
 (0)