From c75fd3f72dc0e5299e5d728cca16b6dbca6809e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 01:16:24 +0800 Subject: [PATCH] Bump crowdin/github-action from 1.5.1 to 1.5.2 (#3168) Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/1.5.1...1.5.2) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/crowdin.yml | 2 +- .github/workflows/crowdin_download.yml | 2 +- .github/workflows/crowdin_upload.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 4f33d757d0..a4cd2eca09 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 - name: Sync Translations - uses: crowdin/github-action@1.5.1 + uses: crowdin/github-action@1.5.2 with: upload_translations: false upload_sources: true diff --git a/.github/workflows/crowdin_download.yml b/.github/workflows/crowdin_download.yml index d6109612bd..6d391a914a 100644 --- a/.github/workflows/crowdin_download.yml +++ b/.github/workflows/crowdin_download.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3 - name: Download translations - uses: crowdin/github-action@1.5.1 + uses: crowdin/github-action@1.5.2 with: upload_translations: false upload_sources: false diff --git a/.github/workflows/crowdin_upload.yml b/.github/workflows/crowdin_upload.yml index 124f58e89d..81bc9412b2 100644 --- a/.github/workflows/crowdin_upload.yml +++ b/.github/workflows/crowdin_upload.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - name: Upload Strings - uses: crowdin/github-action@1.5.1 + uses: crowdin/github-action@1.5.2 with: upload_translations: false upload_sources: true