From a9812d51dea9a7ea9c41dc8ef69574b1000eb85c Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Wed, 25 Mar 2026 14:04:42 +1100 Subject: [PATCH] ci: bump action-translation to v0.12.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - CJK–MyST spacing rule for zh-cn translations - MyST target-label blank-line cleanup in document reconstruction --- .github/workflows/sync-translations-fa.yml | 2 +- .github/workflows/sync-translations-zh-cn.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-translations-fa.yml b/.github/workflows/sync-translations-fa.yml index b068e0a0..c1f4e469 100644 --- a/.github/workflows/sync-translations-fa.yml +++ b/.github/workflows/sync-translations-fa.yml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 2 - - uses: QuantEcon/action-translation@v0.12.3 + - uses: QuantEcon/action-translation@v0.12.4 with: mode: sync target-repo: QuantEcon/lecture-python-programming.fa diff --git a/.github/workflows/sync-translations-zh-cn.yml b/.github/workflows/sync-translations-zh-cn.yml index f62a67b5..e1907325 100644 --- a/.github/workflows/sync-translations-zh-cn.yml +++ b/.github/workflows/sync-translations-zh-cn.yml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 2 - - uses: QuantEcon/action-translation@v0.12.3 + - uses: QuantEcon/action-translation@v0.12.4 with: mode: sync target-repo: QuantEcon/lecture-python-programming.zh-cn