From 88aafba757219abbe7e2dba2586fd55f4d59c3ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 14:46:23 +0000 Subject: [PATCH] build(deps): bump crowdin/github-action from 1 to 2 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1 to 2. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1...v2) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/download_translations.yml | 2 +- .github/workflows/upload_texts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/download_translations.yml b/.github/workflows/download_translations.yml index 015eafbcd..87de35736 100644 --- a/.github/workflows/download_translations.yml +++ b/.github/workflows/download_translations.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Crowdin push - uses: crowdin/github-action@v1 + uses: crowdin/github-action@v2 with: config: 'crowdin.yml' upload_sources: false diff --git a/.github/workflows/upload_texts.yml b/.github/workflows/upload_texts.yml index ee0e730d1..a0051e9dd 100644 --- a/.github/workflows/upload_texts.yml +++ b/.github/workflows/upload_texts.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Crowdin push - uses: crowdin/github-action@v1 + uses: crowdin/github-action@v2 with: config: 'crowdin.yml' upload_sources: true