Skip to content

Commit ca51522

Browse files
authored
Update README.md
1 parent 1475737 commit ca51522

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,22 +60,22 @@ jobs:
6060
- uses: actions/checkout@v3
6161

6262
- name: Upload translations
63-
uses: simplelocalize/github-action-cli@v4
63+
uses: simplelocalize/github-action-cli@v5
6464
with:
6565
api-key: ${{ secrets.SIMPLELOCALIZE_API_KEY }}
6666
command: 'upload'
6767
cli-version: ${{ env.cli-version }}
6868
args: '--uploadPath ./translations/{lang}.json --uploadFormat single-language-json'
6969

7070
- name: Auto-translate project
71-
uses: simplelocalize/github-action-cli@v4
71+
uses: simplelocalize/github-action-cli@v5
7272
with:
7373
api-key: ${{ secrets.SIMPLELOCALIZE_API_KEY }}
7474
command: 'auto-translate'
7575
cli-version: ${{ env.cli-version }}
7676

7777
- name: Download translations
78-
uses: simplelocalize/github-action-cli@v4
78+
uses: simplelocalize/github-action-cli@v5
7979
with:
8080
api-key: ${{ secrets.SIMPLELOCALIZE_API_KEY }}
8181
command: 'download'
@@ -85,15 +85,15 @@ jobs:
8585

8686

8787
- name: Publish translations
88-
uses: simplelocalize/github-action-cli@v4
88+
uses: simplelocalize/github-action-cli@v5
8989
with:
9090
api-key: ${{ secrets.SIMPLELOCALIZE_API_KEY }}
9191
command: 'publish'
9292
cli-version: ${{ env.cli-version }}
9393
args: '--environment _latest'
9494

9595
- name: Pull translations
96-
uses: simplelocalize/github-action-cli@v4
96+
uses: simplelocalize/github-action-cli@v5
9797
with:
9898
api-key: ${{ secrets.SIMPLELOCALIZE_API_KEY }}
9999
command: 'pull'

0 commit comments

Comments
 (0)