Skip to content

Commit 42fac1f

Browse files
committed
chore(deps): maintain Claude Code Action workflows (cca=v1.0.183, ait=9b405c7)
1 parent 4ea7f49 commit 42fac1f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
github.event.action == 'ready_for_review'
2424
)
2525
26-
uses: Uniswap/ai-toolkit/.github/workflows/_claude-code-review.yml@27e7e2de432ac025b23051c5ffab8d88a342b1f9
26+
uses: Uniswap/ai-toolkit/.github/workflows/_claude-code-review.yml@9b405c71e42d0cec4026f2c158edf99716600baa
2727
with:
2828
pr_number: ${{ github.event.pull_request.number }}
2929
base_ref: ${{ github.base_ref }}
3030
force_review: false
3131
toolkit_ref: 96ef665ba04221de07e94fcc3ea69fe32c7cf306
32-
model: "claude-opus-4-8"
32+
model: "claude-opus-5"
3333

3434
# Standard timeout for most PRs
3535
timeout_minutes: 20

.github/workflows/claude-pr-metadata-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
!contains(github.head_ref, 'release/') &&
3939
!startsWith(github.event.pull_request.title, 'chore(release):')
4040
41-
uses: Uniswap/ai-toolkit/.github/workflows/_generate-pr-metadata.yml@27e7e2de432ac025b23051c5ffab8d88a342b1f9
41+
uses: Uniswap/ai-toolkit/.github/workflows/_generate-pr-metadata.yml@9b405c71e42d0cec4026f2c158edf99716600baa
4242
with:
4343
generation_mode: "description,deferred-title"
4444
pr_number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)