Skip to content

Commit 90c7566

Browse files
chore(deps): update anthropics/claude-code-action action to v1.0.46
1 parent 7a9e81a commit 90c7566

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-pr-creator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: bash .github/scripts/setup-claude.sh
4343

4444
- name: Run Claude Code Action
45-
uses: anthropics/claude-code-action@777ffcbfc9d2e2b07f3cfec41b7c7eadedd1f0dc # v1.0.12
45+
uses: anthropics/claude-code-action@6c61301d8e1ee91bef7b65172f93462bbb216394 # v1.0.46
4646
id: claude-code
4747
env:
4848
ISSUE_NUMBER: ${{ github.event.issue.number }}

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: bash .github/scripts/setup-claude.sh
4343

4444
- name: Run Claude PR Action
45-
uses: anthropics/claude-code-action@777ffcbfc9d2e2b07f3cfec41b7c7eadedd1f0dc # v1.0.12
45+
uses: anthropics/claude-code-action@6c61301d8e1ee91bef7b65172f93462bbb216394 # v1.0.46
4646
with:
4747
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
4848
additional_permissions: |

0 commit comments

Comments
 (0)