Skip to content

Commit c5b8b2c

Browse files
committed
Update workflows to actions/setup-python@v6
1 parent 82f506a commit c5b8b2c

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/build-esp32.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/build-esp8266.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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

.github/workflows/build-libretiny.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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

.github/workflows/build-rpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
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

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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"

.github/workflows/publish-pio-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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

0 commit comments

Comments
 (0)