Skip to content

Commit

Permalink
chore(deps): update crowdin/github-action action to v1.13.1 (#1723)
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 18, 2023
1 parent e394b08 commit ef9fb1b
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 @@ -178,7 +178,7 @@ jobs:

- name: Upload sources and download translations 🌐
if: env.NUM_DIFFS > 1
uses: crowdin/github-action@v1.13.0
uses: crowdin/github-action@v1.13.1
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 @@ -16,7 +16,7 @@ jobs:
token: ${{ secrets.PAT }}

- name: Download translations 🌐
uses: crowdin/github-action@v1.13.0
uses: crowdin/github-action@v1.13.1
with:
upload_sources: false
upload_translations: false
Expand Down

0 comments on commit ef9fb1b

Please sign in to comment.