From 17c7bb78731d7ed0977080f8c5098c23eca1f7b2 Mon Sep 17 00:00:00 2001 From: Sam Arbid Date: Fri, 21 Aug 2026 11:53:47 +0200 Subject: [PATCH] fix(i18n): update pull request action version * update node version * duplicate authorization headers during translation pulls. --- .github/workflows/i18n-pull.yml | 4 ++-- .github/workflows/i18n-push.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/i18n-pull.yml b/.github/workflows/i18n-pull.yml index 0e5b720d..fe5e76f5 100644 --- a/.github/workflows/i18n-pull.yml +++ b/.github/workflows/i18n-pull.yml @@ -13,7 +13,7 @@ jobs: i18n-pull: runs-on: ubuntu-latest env: - NODE-VERSION: 22 + NODE-VERSION: 24 steps: - name: Checkout @@ -37,7 +37,7 @@ jobs: run: npm run compile_catalog - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v8 with: commit-message: "i18n: pulled translations" title: "i18n: pulled translations" diff --git a/.github/workflows/i18n-push.yml b/.github/workflows/i18n-push.yml index b0002f25..8588ac92 100644 --- a/.github/workflows/i18n-push.yml +++ b/.github/workflows/i18n-push.yml @@ -13,7 +13,7 @@ jobs: i18n-extract: runs-on: ubuntu-latest env: - NODE-VERSION: 22 + NODE-VERSION: 24 steps: - name: Checkout