Update update-translation.yml

Downgrade python to 3.10.x

Maybe this will fix the changed behaviour of POT files suddenly being marked as changed
This commit is contained in:
Jelle Spijker 2023-06-08 13:10:32 +02:00 committed by GitHub
parent 2328e76e92
commit f4079653be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ jobs:
- name: Setup Python and pip
uses: actions/setup-python@v4
with:
python-version: 3.11.x
python-version: 3.10.x
cache: pip
cache-dependency-path: .github/workflows/requirements-conan-package.txt