From 2e58e73e9557093667a7a555a0216d50a5dd77f9 Mon Sep 17 00:00:00 2001 From: Richard Poelderl Date: Fri, 15 Sep 2023 16:43:49 +0200 Subject: [PATCH] chore: Update GH action from crowdin to latest version (#11387) * regen yarn.lock? * chore: enable i18n-unused GH action in `website` * Generated yarn.lock with submodules * Added yarn.lock auth * add datocms webhook secret * update crowdin to latest version --------- Co-authored-by: Alex van Andel --- .github/workflows/crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index e9247774a8..ac043cea02 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -19,7 +19,7 @@ jobs: token: ${{ secrets.GH_ACCESS_TOKEN }} - name: crowdin action - uses: crowdin/github-action@1.5.1 + uses: crowdin/github-action@v1.13.0 with: upload_sources: true upload_translations: true