File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
awk -F '\/' '{ print tolower($2) }' |
25
25
tr '_' '-'
26
26
)
27
- - name : Set up Python 3.7
28
- uses : actions/setup-python@v1
27
+ - name : Set up Python 3.10
28
+ uses : actions/setup-python@v2
29
29
with :
30
- python-version : 3.7
30
+ python-version : " 3.10 "
31
31
- name : Versions
32
32
run : |
33
33
python3 --version
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
27
27
- name : checkout submodules
28
28
run : git submodule update --init --jobs 16 --depth 1
29
- - name : Set up Python 3.9
30
- uses : actions/setup-python@v1
29
+ - name : Set up Python 3.10
30
+ uses : actions/setup-python@v2
31
31
with :
32
- python-version : 3.9
32
+ python-version : " 3.10 "
33
33
34
34
- name : Checkout screenshot maker
35
35
run : git clone --depth=1 https://github.com/circuitpython/CircuitPython_Library_Screenshot_Maker
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
awk -F '\/' '{ print tolower($2) }' |
25
25
tr '_' '-'
26
26
)
27
- - name : Set up Python 3.6
28
- uses : actions/setup-python@v1
27
+ - name : Set up Python 3.10
28
+ uses : actions/setup-python@v2
29
29
with :
30
- python-version : 3.6
30
+ python-version : " 3.10 "
31
31
- name : Versions
32
32
run : |
33
33
python3 --version
You can’t perform that action at this time.
0 commit comments