crowdin-action: use github action versioning (#3418)
Until now the Crowdin action didn't follow the Github actions conventions. Now it does, and this PR uses it.master
parent
64f31cf652
commit
b04c891a25
|
@ -16,7 +16,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Download Crowdin translations and create PR
|
||||
uses: crowdin/github-action@1.5.1
|
||||
uses: crowdin/github-action@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue