Skip to content

Commit dd02594

Browse files
authored
fix(i18n): update pull request action versions
* update node version 22 -> 24 * update create-pull-request@ v6 -> v8
1 parent a048d85 commit dd02594

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/i18n-pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
i18n-pull:
1414
runs-on: ubuntu-latest
1515
env:
16-
NODE-VERSION: 22
16+
NODE-VERSION: 24
1717

1818
steps:
1919
- name: Checkout
@@ -37,7 +37,7 @@ jobs:
3737
run: npm run compile_catalog
3838

3939
- name: Create Pull Request
40-
uses: peter-evans/create-pull-request@v6
40+
uses: peter-evans/create-pull-request@v8
4141
with:
4242
commit-message: "i18n: pulled translations"
4343
title: "i18n: pulled translations"

.github/workflows/i18n-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
i18n-extract:
1414
runs-on: ubuntu-latest
1515
env:
16-
NODE-VERSION: 22
16+
NODE-VERSION: 24
1717

1818
steps:
1919
- name: Checkout

0 commit comments

Comments
 (0)