From e9e8bef5aef72ae3a761efedb6655a7fb9f37f9c Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Thu, 26 Mar 2026 10:16:02 +1100 Subject: [PATCH] chore: bump action-translation to v0.13.0 Update sync-translations-zh-cn.yml and sync-translations-fa.yml from v0.12.4 to v0.13.0 (translation frontmatter format). --- .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 c1f4e469..e0053d9e 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.4 + - uses: QuantEcon/action-translation@v0.13.0 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 e1907325..a2c16a1e 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.4 + - uses: QuantEcon/action-translation@v0.13.0 with: mode: sync target-repo: QuantEcon/lecture-python-programming.zh-cn