Skip to content

Commit

Permalink
ci(deps): update crowdin/github-action action to v2.1.2 (#2276)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent 8d10409 commit 4fdef60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:

- name: Upload sources and download translations 🌐
if: ${{ steps.update-i18n-source.outputs.NUM_DIFFS > 1 }}
uses: crowdin/github-action@v2.1.1
uses: crowdin/github-action@v2.1.2
with:
upload_sources: true
upload_translations: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
persist-credentials: false

- name: Download translations 🌐
uses: crowdin/github-action@v2.1.1
uses: crowdin/github-action@v2.1.2
with:
upload_sources: false
upload_translations: false
Expand Down

0 comments on commit 4fdef60

Please sign in to comment.