From 3a5c6c8ae4b7ced957272de975efff250b018fea Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Tue, 24 Mar 2026 15:29:26 +1100 Subject: [PATCH] ci: bump action-translation to v0.12.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 cafdad01..6f46c33a 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.1 + - uses: QuantEcon/action-translation@v0.12.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 b5140849..52f5ff3f 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.1 + - uses: QuantEcon/action-translation@v0.12.2 with: mode: sync target-repo: QuantEcon/lecture-python-programming.zh-cn