From ec6d8db0b5636b24f6078e545dce47fe661a38d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:24:08 +0300 Subject: [PATCH] build(deps): Bump crowdin/github-action from 1 to 2 (#379) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update_localization.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_localization.yml b/.github/workflows/update_localization.yml index 4dfdc9e..afd96d1 100644 --- a/.github/workflows/update_localization.yml +++ b/.github/workflows/update_localization.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: crowdin/github-action@v1 + - uses: crowdin/github-action@v2 with: upload_sources: true # We only want to upload the sources, nothing else is