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
9999 - name : Set up Python
100100 uses : actions/setup-python@v5
101101 with :
102- python-version : " 3.x "
102+ python-version : " 3.13 "
103103 - name : Install platformio
104104 run : |
105105 python -m pip install --upgrade pip
@@ -145,7 +145,7 @@ jobs:
145145 - name : Set up Python
146146 uses : actions/setup-python@v5
147147 with :
148- python-version : " 3.x "
148+ python-version : " 3.13 "
149149 - name : Install platformio
150150 run : |
151151 python -m pip install --upgrade pip
@@ -297,7 +297,7 @@ jobs:
297297 - name : Set up Python
298298 uses : actions/setup-python@v5
299299 with :
300- python-version : " 3.x "
300+ python-version : " 3.13 "
301301 - name : Install platformio
302302 run : |
303303 python -m pip install --upgrade pip
@@ -340,7 +340,7 @@ jobs:
340340 - name : Set up Python
341341 uses : actions/setup-python@v5
342342 with :
343- python-version : " 3.x "
343+ python-version : " 3.13 "
344344 - name : Install platformio
345345 run : |
346346 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments