From be966cb6bfd561a91d2f67d188c499c864e5f98e Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Mon, 23 Mar 2026 15:15:02 +1100 Subject: [PATCH] =?UTF-8?q?ci:=20bump=20action-translation=20v0.11.1=20?= =?UTF-8?q?=E2=86=92=20v0.11.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes pre-title content parsing for files with MyST cross-ref targets and raw blocks before the # title heading (e.g. python_advanced_features.md). See: https://github.com/QuantEcon/action-translation/releases/tag/v0.11.2 --- .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 66907383..4c8ee406 100644 --- a/.github/workflows/sync-translations-fa.yml +++ b/.github/workflows/sync-translations-fa.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 2 - - uses: QuantEcon/action-translation@v0.11.1 + - uses: QuantEcon/action-translation@v0.11.2 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 4939ec4f..16cf6b4f 100644 --- a/.github/workflows/sync-translations-zh-cn.yml +++ b/.github/workflows/sync-translations-zh-cn.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 2 - - uses: QuantEcon/action-translation@v0.11.1 + - uses: QuantEcon/action-translation@v0.11.2 with: mode: sync target-repo: QuantEcon/lecture-python-programming.zh-cn