File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
run : |
30
30
gcc --version
31
31
python3 --version
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v1
33
33
with :
34
34
submodules : true
35
35
- name : CircuitPython version
@@ -103,7 +103,7 @@ jobs:
103
103
gcc --version
104
104
python3 --version
105
105
msgfmt --version
106
- - uses : actions/checkout@v2
106
+ - uses : actions/checkout@v1
107
107
with :
108
108
submodules : true
109
109
- name : CircuitPython version
@@ -253,7 +253,7 @@ jobs:
253
253
gcc --version
254
254
arm-none-eabi-gcc --version
255
255
python3 --version
256
- - uses : actions/checkout@v2
256
+ - uses : actions/checkout@v1
257
257
with :
258
258
submodules : true
259
259
- name : mpy-cross
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
13
13
GITHUB_CONTEXT : ${{ toJson(github) }}
14
14
run : echo "$GITHUB_CONTEXT"
15
15
- name : Set up Python 3.5
16
- uses : actions/setup-python@v2
16
+ uses : actions/setup-python@v1
17
17
with :
18
18
python-version : 3.5
19
19
- name : Install deps
20
20
run : |
21
- pip install requests sh click
21
+ pip install requests sh click
22
22
- name : Versions
23
23
run : |
24
24
gcc --version
25
25
python3 --version
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v1
27
27
with :
28
28
submodules : true
29
29
- name : CircuitPython version
You can’t perform that action at this time.
0 commit comments