Update crowdin/github-action action to v1.1.0

This commit is contained in:
Renovate Bot
2021-05-02 20:35:48 +00:00
committed by renovate[bot]
parent 2ba714feb6
commit 59e409f320
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ jobs:
- name: Upload latest strings for translation on Crowdin
continue-on-error: true
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
uses: crowdin/github-action@1.0.19
uses: crowdin/github-action@1.1.0
with:
crowdin_branch_name: main
project_id: ${{ secrets.ASF_CROWDIN_PROJECT_ID }}