@@ -16,14 +16,11 @@ jobs:
16
16
env :
17
17
GITHUB_CONTEXT : ${{ toJson(github) }}
18
18
run : echo "$GITHUB_CONTEXT"
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v2.2.0
20
20
with :
21
21
submodules : true
22
22
fetch-depth : 0
23
23
- run : git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/*
24
- - run : git submodule sync
25
- - run : git submodule foreach git remote -v
26
- - run : git submodule foreach git fetch --recurse-submodules=no origin +refs/tags/*:refs/tags/*
27
24
- name : CircuitPython version
28
25
run : git describe --dirty --tags
29
26
- name : Set up Python 3.8
@@ -118,14 +115,11 @@ jobs:
118
115
gcc --version
119
116
python3 --version
120
117
msgfmt --version
121
- - uses : actions/checkout@v2
118
+ - uses : actions/checkout@v2.2.0
122
119
with :
123
120
submodules : true
124
121
fetch-depth : 0
125
122
- run : git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/*
126
- - run : git submodule sync
127
- - run : git submodule foreach git remote -v
128
- - run : git submodule foreach git fetch --recurse-submodules=no origin +refs/tags/*:refs/tags/*
129
123
- name : CircuitPython version
130
124
run : git describe --dirty --tags
131
125
- name : Build mpy-cross
@@ -294,14 +288,11 @@ jobs:
294
288
gcc --version
295
289
arm-none-eabi-gcc --version
296
290
python3 --version
297
- - uses : actions/checkout@v2
291
+ - uses : actions/checkout@v2.2.0
298
292
with :
299
293
submodules : true
300
294
fetch-depth : 0
301
295
- run : git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/*
302
- - run : git submodule sync
303
- - run : git submodule foreach git remote -v
304
- - run : git submodule foreach git fetch --recurse-submodules=no origin +refs/tags/*:refs/tags/*
305
296
- name : mpy-cross
306
297
run : make -C mpy-cross -j2
307
298
- name : build
@@ -345,14 +336,11 @@ jobs:
345
336
gcc --version
346
337
riscv64-unknown-elf-gcc --version
347
338
python3 --version
348
- - uses : actions/checkout@v2
339
+ - uses : actions/checkout@v2.2.0
349
340
with :
350
341
submodules : true
351
342
fetch-depth : 0
352
343
- run : git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/*
353
- - run : git submodule sync
354
- - run : git submodule foreach git remote -v
355
- - run : git submodule foreach git fetch --recurse-submodules=no origin +refs/tags/*:refs/tags/*
356
344
- name : mpy-cross
357
345
run : make -C mpy-cross -j2
358
346
- name : build
@@ -385,14 +373,11 @@ jobs:
385
373
uses : actions/setup-python@v1
386
374
with :
387
375
python-version : 3.8
388
- - uses : actions/checkout@v2
376
+ - uses : actions/checkout@v2.2.0
389
377
with :
390
378
submodules : true
391
379
fetch-depth : 0
392
380
- run : git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/*
393
- - run : git submodule sync
394
- - run : git submodule foreach git remote -v
395
- - run : git submodule foreach git fetch --recurse-submodules=no origin +refs/tags/*:refs/tags/*
396
381
- name : CircuitPython version
397
382
run : git describe --dirty --tags
398
383
- uses : actions/cache@v1
0 commit comments