Skip to content

Commit

Permalink
chore(deps): update crowdin/github-action action to v1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 17, 2024
1 parent e68e87d commit 8d594fe
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].3
uses: crowdin/[email protected].4
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 @@ -30,7 +30,7 @@ jobs:
git reset --hard origin/master
- name: Download latest translations from Crowdin
uses: crowdin/[email protected].3
uses: crowdin/[email protected].4
with:
upload_sources: false
download_translations: true
Expand Down

0 comments on commit 8d594fe

Please sign in to comment.