File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6161 - name : Set up Python
6262 uses : actions/setup-python@v5
6363 with :
64- python-version : " 3.x "
64+ python-version : " 3.13 "
6565 - name : Install platformio
6666 run : |
6767 python -m pip install --upgrade pip
@@ -100,7 +100,7 @@ jobs:
100100 - name : Set up Python
101101 uses : actions/setup-python@v5
102102 with :
103- python-version : " 3.x "
103+ python-version : " 3.13 "
104104 - name : Install platformio
105105 run : |
106106 python -m pip install --upgrade pip
@@ -146,7 +146,7 @@ jobs:
146146 - name : Set up Python
147147 uses : actions/setup-python@v5
148148 with :
149- python-version : " 3.x "
149+ python-version : " 3.13 "
150150 - name : Install platformio
151151 run : |
152152 python -m pip install --upgrade pip
@@ -301,7 +301,7 @@ jobs:
301301 - name : Set up Python
302302 uses : actions/setup-python@v5
303303 with :
304- python-version : " 3.x "
304+ python-version : " 3.13 "
305305 - name : Install platformio
306306 run : |
307307 python -m pip install --upgrade pip
@@ -344,7 +344,7 @@ jobs:
344344 - name : Set up Python
345345 uses : actions/setup-python@v5
346346 with :
347- python-version : " 3.x "
347+ python-version : " 3.13 "
348348 - name : Install platformio
349349 run : |
350350 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments