From 4b400d05d5b6c82107b6d5bf6d954cf68290737f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 08:05:46 +0100 Subject: [PATCH] build: bump starship/crowdin-pretranslate-action from 0.1.0 to 0.1.1 (#3993) Bumps [starship/crowdin-pretranslate-action](https://github.com/starship/crowdin-pretranslate-action) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/starship/crowdin-pretranslate-action/releases) - [Commits](https://github.com/starship/crowdin-pretranslate-action/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: starship/crowdin-pretranslate-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/crowdin-pretranslate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin-pretranslate.yml b/.github/workflows/crowdin-pretranslate.yml index 2ede2d60..ad5592d4 100644 --- a/.github/workflows/crowdin-pretranslate.yml +++ b/.github/workflows/crowdin-pretranslate.yml @@ -9,7 +9,7 @@ jobs: name: Crowdin Translation Memory Trigger runs-on: ubuntu-latest steps: - - uses: starship/crowdin-pretranslate-action@v0.1.0 + - uses: starship/crowdin-pretranslate-action@v0.1.1 with: project_id: 372655 api_key: ${{ secrets.CROWDIN_API_KEY }}