Skip to content

Commit d21770e

Browse files
authored
Merge pull request #57 from bakerkj/renovate/github-actions
chore(deps): update anthropics/claude-code-action action to v1.0.165
2 parents 6f3ee2a + f6e4ee1 commit d21770e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-code-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 1
3535
- name: Run Claude Code Review
3636
id: claude-review
37-
uses: anthropics/claude-code-action@4633baf5267540f3f8cb58b684f79901d564c280 # v1.0.160
37+
uses: anthropics/claude-code-action@558b1d6cab4085c7753fe402c10bef0fbb92ac7a # v1.0.165
3838
with:
3939
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4040

.github/workflows/claude.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 1
4040
- name: Run Claude Code
4141
id: claude
42-
uses: anthropics/claude-code-action@4633baf5267540f3f8cb58b684f79901d564c280 # v1.0.160
42+
uses: anthropics/claude-code-action@558b1d6cab4085c7753fe402c10bef0fbb92ac7a # v1.0.165
4343
with:
4444
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4545

0 commit comments

Comments
 (0)