Skip to content

Commit b13267b

Browse files
chore(deps): bump anthropics/claude-code-action
Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 06e550b8ff71349db253443c6ca8a4b120e7f89d to 8a1c4371755898f67cd97006ba7c97702d5fc4bf. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](anthropics/claude-code-action@06e550b...8a1c437) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 8a1c4371755898f67cd97006ba7c97702d5fc4bf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 050ab78 commit b13267b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/claude-auto-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
debug: ${{ inputs.debug }}
7070

7171
- name: Automatic PR Review
72-
uses: anthropics/claude-code-action@06e550b8ff71349db253443c6ca8a4b120e7f89d # v1.0.16
72+
uses: anthropics/claude-code-action@8a1c4371755898f67cd97006ba7c97702d5fc4bf # v1.0.16
7373
with:
7474
allowed_tools: ${{ inputs.allowed_tools }}
7575
anthropic_api_key: ${{ secrets.anthropic_api_key }}

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151

5252
- name: Run Claude Code
5353
id: claude
54-
uses: anthropics/claude-code-action@06e550b8ff71349db253443c6ca8a4b120e7f89d # v1.0.16
54+
uses: anthropics/claude-code-action@8a1c4371755898f67cd97006ba7c97702d5fc4bf # v1.0.16
5555
with:
5656
anthropic_api_key: ${{ secrets.anthropic_api_key }}

0 commit comments

Comments
 (0)