Skip to content

Commit 8798a5a

Browse files
authored
Update action.yml
Signed-off-by: tobozo <[email protected]>
1 parent 204259f commit 8798a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ runs:
103103
ninja -C build
104104
105105
# Pull python 3.7 for esptool
106-
- name: Setup Python 3.7
106+
- name: Setup Python 3.7.17
107107
uses: actions/setup-python@v4
108108
with:
109-
python-version: '3.7'
109+
python-version: '3.7.17'
110110

111111
# Cache pip as we'll need pyserial to use esptool without python error
112112
- name: Cache pip

0 commit comments

Comments
 (0)