From da9f32521f8bd9107e29d47ebd5dd016718860c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 09:15:47 +0000 Subject: [PATCH] Update crowdin/github-action action to v1.14.1 --- .github/workflows/ci.yml | 2 +- .github/workflows/translations.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86ba261f..7ccbede5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/github-action@v1.14.0 + uses: crowdin/github-action@v1.14.1 with: crowdin_branch_name: main config: '.github/crowdin.yml' diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 864a926f..5f42d199 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -16,7 +16,7 @@ jobs: token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }} - name: Download latest translations from Crowdin - uses: crowdin/github-action@v1.14.0 + uses: crowdin/github-action@v1.14.1 with: upload_sources: false download_translations: true