From 7999ea10ec1b4152d6dbe9bdf675b1693cc47b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 08:36:29 +0000 Subject: [PATCH] build(deps): bump crowdin/github-action from 1.20.4 to 2.6.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.20.4 to 2.6.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.20.4...v2.6.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 d80b56283..6a1a39ccd 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.6.0 with: upload_sources: true - name: Download German translations - uses: crowdin/github-action@v1.20.4 + uses: crowdin/github-action@v2.6.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.6.0 with: upload_sources: false download_translations: true