From d8c242a517b7b7352b2a825f8d4b1d3c64b5fd55 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Tue, 16 Nov 2021 17:37:42 +0100 Subject: [PATCH] update python version in translations workflow (#1445) --- .github/workflows/translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 2576984ad..9c579cbb5 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -16,7 +16,7 @@ jobs: git submodule update --init --recursive - uses: actions/setup-python@v1 with: - python-version: '3.x' + python-version: '3.9.x' - env: CROWDIN_API_KEY: ${{ secrets.CROWDIN_API_KEY }} run: |