Skip to content

Commit e56e8fc

Browse files
committed
Update workflows to actions/setup-python@v6
1 parent d7f3872 commit e56e8fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
~/.platformio
9797
9898
- name: Python
99-
uses: actions/setup-python@v5
99+
uses: actions/setup-python@v6
100100
with:
101101
python-version: "3.x"
102102

.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)