File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 ~/.platformio
103103
104104 - name : Python
105- uses : actions/setup-python@v5
105+ uses : actions/setup-python@v6
106106 with :
107107 python-version : " 3.x"
108108
@@ -150,7 +150,7 @@ jobs:
150150 ~/.platformio
151151
152152 - name : Python
153- uses : actions/setup-python@v5
153+ uses : actions/setup-python@v6
154154 with :
155155 python-version : " 3.x"
156156
@@ -197,7 +197,7 @@ jobs:
197197 ~/.platformio
198198
199199 - name : Python
200- uses : actions/setup-python@v5
200+ uses : actions/setup-python@v6
201201 with :
202202 python-version : " 3.x"
203203
@@ -240,7 +240,7 @@ jobs:
240240 ~/.platformio
241241
242242 - name : Python
243- uses : actions/setup-python@v5
243+ uses : actions/setup-python@v6
244244 with :
245245 python-version : " 3.x"
246246
Original file line number Diff line number Diff line change 6969 ~/.platformio
7070
7171 - name : Python
72- uses : actions/setup-python@v5
72+ uses : actions/setup-python@v6
7373 with :
7474 python-version : " 3.x"
7575
Original file line number Diff line number Diff line change 3838 ~/.platformio
3939
4040 - name : Python
41- uses : actions/setup-python@v5
41+ uses : actions/setup-python@v6
4242 with :
4343 python-version : " 3.x"
4444
Original file line number Diff line number Diff line change 7676 ~/.platformio
7777
7878 - name : Python
79- uses : actions/setup-python@v5
79+ uses : actions/setup-python@v6
8080 with :
8181 python-version : " 3.x"
8282
Original file line number Diff line number Diff line change 3434 GH_TOKEN : ${{ github.token }}
3535
3636 - name : Set up Python 3
37- uses : actions/setup-python@v5
37+ uses : actions/setup-python@v6
3838 with :
3939 cache-dependency-path : pre-commit.requirements.txt
4040 cache : " pip"
Original file line number Diff line number Diff line change 4747 ~/.platformio
4848
4949 - name : Python
50- uses : actions/setup-python@v5
50+ uses : actions/setup-python@v6
5151 with :
5252 python-version : " 3.x"
5353
You can’t perform that action at this time.
0 commit comments