Skip to content

Commit

Permalink
chore(deps): update crowdin/github-action action to v1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 2, 2024
1 parent 90a11c2 commit e69c5a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Upload latest strings for translation on Crowdin
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.configuration == 'Release' && startsWith(matrix.os, 'ubuntu-') }}
uses: crowdin/[email protected].1
uses: crowdin/[email protected].2
with:
crowdin_branch_name: main
config: '.github/crowdin.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
git reset --hard origin/master
- name: Download latest translations from Crowdin
uses: crowdin/[email protected].1
uses: crowdin/[email protected].2
with:
upload_sources: false
download_translations: true
Expand Down

0 comments on commit e69c5a0

Please sign in to comment.