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