From ef9fb1b1a1a277af53226a36432a33246874698d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:09:44 +0000 Subject: [PATCH] chore(deps): update crowdin/github-action action to v1.13.1 (#1723) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/github-actions.yml | 2 +- .github/workflows/update-translations.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 30ab6aa3d168..58a992e579e2 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -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 diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 8448803fd616..f4d12e070cc5 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -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