ci: upgraded python version for pot file generation
This commit is contained in:
4
.github/workflows/generate-pot-file.yml
vendored
4
.github/workflows/generate-pot-file.yml
vendored
@@ -22,9 +22,9 @@ jobs:
|
||||
ref: ${{ matrix.branch }}
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.12"
|
||||
python-version: "3.14"
|
||||
|
||||
- name: Run script to update POT file
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user