@@ -29,7 +29,7 @@ Here you can find a full list of commands: https://github.com/simplelocalize/sim
2929** Required** The version of the SimpleLocalize CLI to use.
3030All available versions can be found here: https://github.com/simplelocalize/simplelocalize-cli/releases
3131
32- Example: ` 2.5.1 `
32+ Example: ` 2.8.0 `
3333
3434### ` args `
3535
5151 branches : [ main ]
5252
5353env :
54- cli-version : ' 2.6 .0'
54+ cli-version : ' 2.8 .0'
5555
5656jobs :
5757 build :
@@ -60,22 +60,22 @@ jobs:
6060 - uses : actions/checkout@v3
6161
6262 - name : Upload translations
63- uses : simplelocalize/github-action-cli@v2
63+ uses : simplelocalize/github-action-cli@v3
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@v2
71+ uses : simplelocalize/github-action-cli@v3
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@v2
78+ uses : simplelocalize/github-action-cli@v3
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@v2
88+ uses : simplelocalize/github-action-cli@v3
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@v2
96+ uses : simplelocalize/github-action-cli@v3
9797 with :
9898 api-key : ${{ secrets.SIMPLELOCALIZE_API_KEY }}
9999 command : ' pull'
0 commit comments