From 86b5cf294a436db52ebf8dc5e01e2ce03296059c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 03:09:26 +0000 Subject: [PATCH] chore(deps): bump crowdin/github-action from 1.12.0 to 2.1.1 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.12.0 to 2.1.1. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.12.0...v2.1.1) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test_build_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_build_deploy.yml b/.github/workflows/test_build_deploy.yml index aebcfe81..9bd48ae7 100644 --- a/.github/workflows/test_build_deploy.yml +++ b/.github/workflows/test_build_deploy.yml @@ -56,7 +56,7 @@ jobs: - name: Upload translations if: github.event_name == 'pull_request' && (github.actor != 'dependabot[bot]' && github.actor != 'otto-the-bot') - uses: crowdin/github-action@v1.12.0 + uses: crowdin/github-action@v2.1.1 env: CROWDIN_PROJECT_ID: 202775 CROWDIN_CONFIG_PATH: 'crowdin.yml' @@ -75,7 +75,7 @@ jobs: - name: Download translations if: env.BRANCH_NAME == 'master' - uses: crowdin/github-action@v1.12.0 + uses: crowdin/github-action@v2.1.1 env: GITHUB_TOKEN: ${{github.OTTO_THE_BOT_GH_TOKEN}} GITHUB_ACTOR: otto-the-bot