i18n: Change translation target branch from 4.x to 5.x

This commit is contained in:
Takeshi KOMIYA 2022-04-03 00:34:55 +09:00
parent 31eba1a76d
commit 8939037c6b

View File

@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: 4.x
ref: 5.x
- name: Set up Python
uses: actions/setup-python@v2
with:
@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: 4.x
ref: 5.x
- name: Set up Python
uses: actions/setup-python@v2
with: