Skip to content

Commit 43a270d

Browse files
Jason2866crankyoldgit
authored andcommitted
pin python v3.13
1 parent af26082 commit 43a270d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
pio-${{ runner.os }}-
5757
pio-
5858
- name: Set up Python
59-
uses: actions/setup-python@v2
59+
uses: actions/setup-python@v5
60+
with:
61+
python-version: '3.13'
6062
- name: Install PlatformIO
6163
run: |
6264
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)