From f0212690ef80f845ef4016557a78e134afc447f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 11:01:13 +0800 Subject: [PATCH] Update crowdin/github-action action to v1.17.0 (#107) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/crowdin-update-source.yml | 2 +- .github/workflows/crowdin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crowdin-update-source.yml b/.github/workflows/crowdin-update-source.yml index dcf916f..6f4661d 100644 --- a/.github/workflows/crowdin-update-source.yml +++ b/.github/workflows/crowdin-update-source.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: crowdin action - uses: crowdin/github-action@v1.13.1 + uses: crowdin/github-action@v1.17.0 with: upload_sources: true upload_translations: false diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index a452624..f203aa5 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: crowdin action - uses: crowdin/github-action@v1.13.1 + uses: crowdin/github-action@v1.17.0 with: upload_sources: false upload_translations: false