From 5bfc3d64981560cde79e147759c1668c7ebc32a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:36:55 +0000 Subject: [PATCH] build(deps): bump crowdin/github-action from 1.20.4 to 2.5.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.20.4 to 2.5.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.20.4...v2.5.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-actions.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index d80b562833..6676a471a1 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v4 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.20.4 + uses: crowdin/github-action@v2.5.0 with: upload_sources: true - name: Download German translations - uses: crowdin/github-action@v1.20.4 + uses: crowdin/github-action@v2.5.0 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download Spanish translations - uses: crowdin/github-action@v1.20.4 + uses: crowdin/github-action@v2.5.0 with: upload_sources: false download_translations: true