File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - name : Set up Python
1919 uses : actions/setup-python@v6
2020 with :
21- python-version : ' 3.14'
21+ python-version : ' 3.14.3 '
2222
2323 - name : Install Dependencies
2424 run : |
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 - name : Set up Python
119119 uses : actions/setup-python@v6
120120 with :
121- python-version : ' 3.13 '
121+ python-version : ' 3.14.3 '
122122 - name : Install Dependencies
123123 run : |
124124 pip install .
Original file line number Diff line number Diff line change 2727 - name : Set up Python
2828 uses : actions/setup-python@v6
2929 with :
30- python-version : ' 3.13 '
30+ python-version : ' 3.14.3 '
3131
3232 - name : Install Dependencies
3333 run : |
Original file line number Diff line number Diff line change 3131 - name : Set up Python
3232 uses : actions/setup-python@v6
3333 with :
34- python-version : ' 3.13 '
34+ python-version : ' 3.14.3 '
3535
3636 - name : Install Python Dependencies
3737 run : |
Original file line number Diff line number Diff line change 1414 - name : Set up Python
1515 uses : actions/setup-python@v6
1616 with :
17- python-version : " 3.14"
17+ python-version : " 3.14.3 "
1818
1919 - name : Install Ruff
2020 run : pip install ruff
Original file line number Diff line number Diff line change 2020 - name : Set up Python
2121 uses : actions/setup-python@v6
2222 with :
23- python-version : " 3.14"
23+ python-version : " 3.14.3 "
2424
2525 - name : Install Ruff
2626 run : pip install ruff
Original file line number Diff line number Diff line change 2020 - name : Setup Python
2121 uses : actions/setup-python@v6
2222 with :
23- python-version : ' 3.14'
23+ python-version : ' 3.14.3 '
2424
2525 - name : Extract Issue Body
2626 env :
Original file line number Diff line number Diff line change 3535 - name : Set up Python
3636 uses : actions/setup-python@v6
3737 with :
38- python-version : ' 3.14'
38+ python-version : ' 3.14.3 '
3939
4040 - name : Generate Version
4141 id : version
@@ -261,7 +261,7 @@ jobs:
261261 - name : Set up Python
262262 uses : actions/setup-python@v6
263263 with :
264- python-version : ' 3.14'
264+ python-version : ' 3.14.3 '
265265
266266 # Cache PyInstaller
267267 - uses : actions/cache@v5
@@ -407,7 +407,7 @@ jobs:
407407 - name : Set up Python
408408 uses : actions/setup-python@v6
409409 with :
410- python-version : ' 3.14'
410+ python-version : ' 3.14.3 '
411411
412412 - name : Install Dependencies
413413 run : pip install requests pyyaml
@@ -428,7 +428,7 @@ jobs:
428428 - name : Set up Python
429429 uses : actions/setup-python@v6
430430 with :
431- python-version : ' 3.14'
431+ python-version : ' 3.14.3 '
432432 - name : Install Dependencies
433433 run : pip install requests
434434 - name : Cleanup Old Docker Versions
Original file line number Diff line number Diff line change 9393 - name : Set up Python
9494 uses : actions/setup-python@v6
9595 with :
96- python-version : " 3.14"
96+ python-version : " 3.14.3 "
9797
9898 - name : Install Core (No GUI)
9999 run : |
@@ -116,7 +116,7 @@ jobs:
116116 - name : Set up Python
117117 uses : actions/setup-python@v6
118118 with :
119- python-version : " 3.14"
119+ python-version : " 3.14.3 "
120120
121121 - name : Install Dependencies
122122 run : |
Original file line number Diff line number Diff line change 1717 - name : Set up Python
1818 uses : actions/setup-python@v6
1919 with :
20- python-version : ' 3.14'
20+ python-version : ' 3.14.3 '
2121 - name : Check for relevant changes
2222 id : check
2323 run : python .github/scripts/check_relevance.py
You can’t perform that action at this time.
0 commit comments