summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2021-11-16 17:37:42 +0100
committerGitHub <noreply@github.com>2021-11-16 17:37:42 +0100
commitd8c242a517b7b7352b2a825f8d4b1d3c64b5fd55 (patch)
tree4d1a562afd8948c8a512c5f2e6974f7df726099a /.github/workflows
parent31609fce8ba2c60bef1bdfb26f999b06ef1d560d (diff)
update python version in translations workflow (#1445)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/translations.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml
index 2576984a..9c579cbb 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: |