chore(deps): update crowdin/github-action digest to 0749939 (#1396)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-09-04 08:15:53 +02:00 committed by GitHub
parent e270c29642
commit bfe0206032
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@ jobs:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
persist-credentials: true
- name: push source files
uses: crowdin/github-action@9787f4fcb6a8450929673f1e8db841e8a5c35a2f # v2
uses: crowdin/github-action@0749939f635900a2521aa6aac7a3766642b2dc71 # v2
with:
command: 'push'
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
- name: pull translations
uses: crowdin/github-action@9787f4fcb6a8450929673f1e8db841e8a5c35a2f # v2
uses: crowdin/github-action@0749939f635900a2521aa6aac7a3766642b2dc71 # v2
with:
command: 'download'
command_args: '--export-only-approved --skip-untranslated-strings'