Skip to content

Commit

Permalink
Update crowdin/github-action action to v1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2023
1 parent b9b00de commit da9f325
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 @@ -41,7 +41,7 @@ jobs:

- name: Upload latest strings for translation on Crowdin
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
uses: crowdin/[email protected].0
uses: crowdin/[email protected].1
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 @@ -16,7 +16,7 @@ jobs:
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}

- name: Download latest translations from Crowdin
uses: crowdin/[email protected].0
uses: crowdin/[email protected].1
with:
upload_sources: false
download_translations: true
Expand Down

0 comments on commit da9f325

Please sign in to comment.