From 482e750d5c8c4309850e171858063e09c5af27ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 03:06:59 +0000 Subject: [PATCH] chore(deps): bump crowdin/github-action from 1.12.0 to 1.20.4 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.12.0 to 1.20.4. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.12.0...v1.20.4) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 c1df634d..cf863320 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@v1.20.4 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@v1.20.4 env: GITHUB_TOKEN: ${{github.OTTO_THE_BOT_GH_TOKEN}} GITHUB_ACTOR: otto-the-bot