summaryrefslogtreecommitdiff
path: root/.github/workflows/update-translations.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/update-translations.yml')
-rw-r--r--.github/workflows/update-translations.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml
index 3d70a6de..f1ff4ba1 100644
--- a/.github/workflows/update-translations.yml
+++ b/.github/workflows/update-translations.yml
@@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v3
- name: Set Up Python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
- python-version: 3.x
+ python-version: 3.11.x
- name: install lxml dependencies
run: |