From 6eff81c70913e61293aac7c21b539751b3027d6d Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Sat, 18 Jul 2026 11:25:03 +1000 Subject: [PATCH] chore: track action-translation @v0 in the fr sync workflow The fr target repo adopted the floating @v0 pin in QuantEcon/lecture-python-programming.fr#10; this brings the source-side sync workflow in line so fr syncs pick up v0.17.0 (deterministic typography on the sync write path, review-comment dedupe) and future v0.x releases without manual bumps. Co-Authored-By: Claude Fable 5 --- .github/workflows/sync-translations-fr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-translations-fr.yml b/.github/workflows/sync-translations-fr.yml index ffcf65ed..11b20591 100644 --- a/.github/workflows/sync-translations-fr.yml +++ b/.github/workflows/sync-translations-fr.yml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 2 - - uses: QuantEcon/action-translation@v0.16.1 + - uses: QuantEcon/action-translation@v0 with: mode: sync target-repo: QuantEcon/lecture-python-programming.fr