From 559da3498b2bdd905c913f89077f9b7a35862a0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 04:13:01 +0000 Subject: [PATCH] :arrow_up: Bump QuantEcon/action-translation from 0.15.0 to 0.16.0 Bumps [QuantEcon/action-translation](https://github.com/quantecon/action-translation) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/quantecon/action-translation/releases) - [Changelog](https://github.com/QuantEcon/action-translation/blob/main/CHANGELOG.md) - [Commits](https://github.com/quantecon/action-translation/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: QuantEcon/action-translation dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/rebase-translations.yml | 2 +- .github/workflows/review-translations.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rebase-translations.yml b/.github/workflows/rebase-translations.yml index a950a9a..111156d 100644 --- a/.github/workflows/rebase-translations.yml +++ b/.github/workflows/rebase-translations.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Rebase open translation PRs - uses: QuantEcon/action-translation@v0.15.0 + uses: QuantEcon/action-translation@v0.16.0 with: mode: rebase anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }} diff --git a/.github/workflows/review-translations.yml b/.github/workflows/review-translations.yml index 305ab95..a00715e 100644 --- a/.github/workflows/review-translations.yml +++ b/.github/workflows/review-translations.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 2 - - uses: QuantEcon/action-translation@v0.15.0 + - uses: QuantEcon/action-translation@v0.16.0 with: mode: review source-repo: QuantEcon/lecture-python-programming