Skip to content

Commit 98af847

Browse files
committed
Bump action-translation to v0.16.0
Moves the review and rebase workflows onto v0.16.0, whose default model is claude-sonnet-5 (v0.15.0 defaulted to claude-sonnet-4-6). Scope note: these two workflows are review and rebase mode only. Translation for this edition runs from the English source repo, which does not yet have a sync-translations-fr.yml — so this does not change how French lectures are translated. See QuantEcon/lecture-python-programming for that.
1 parent c232895 commit 98af847

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rebase-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Rebase open translation PRs
37-
uses: QuantEcon/action-translation@v0.15.0
37+
uses: QuantEcon/action-translation@v0.16.0
3838
with:
3939
mode: rebase
4040
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/review-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 2
1919

20-
- uses: QuantEcon/action-translation@v0.15.0
20+
- uses: QuantEcon/action-translation@v0.16.0
2121
with:
2222
mode: review
2323
source-repo: QuantEcon/lecture-python-programming

0 commit comments

Comments
 (0)