@@ -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