@@ -16,14 +16,11 @@ jobs:
1616 env :
1717 GITHUB_CONTEXT : ${{ toJson(github) }}
1818 run : echo "$GITHUB_CONTEXT"
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v2.2.0
2020 with :
2121 submodules : true
2222 fetch-depth : 0
2323 - 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/*
2724 - name : CircuitPython version
2825 run : git describe --dirty --tags
2926 - name : Set up Python 3.8
6663 working-directory : tests
6764 - name : Stubs
6865 run : make stubs -j2
66+ - uses : actions/upload-artifact@v2
67+ with :
68+ name : stubs
69+ path : circuitpython-stubs*
6970 - name : Docs
7071 run : sphinx-build -E -W -b html . _build/html
72+ - uses : actions/upload-artifact@v2
73+ with :
74+ name : docs
75+ path : _build/html
7176 - name : Translations
7277 run : make check-translate
7378 - name : New boards check
@@ -112,14 +117,11 @@ jobs:
112117 gcc --version
113118 python3 --version
114119 msgfmt --version
115- - uses : actions/checkout@v2
120+ - uses : actions/checkout@v2.2.0
116121 with :
117122 submodules : true
118123 fetch-depth : 0
119124 - run : git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/*
120- - run : git submodule sync
121- - run : git submodule foreach git remote -v
122- - run : git submodule foreach git fetch --recurse-submodules=no origin +refs/tags/*:refs/tags/*
123125 - name : CircuitPython version
124126 run : git describe --dirty --tags
125127 - name : Build mpy-cross
@@ -207,6 +209,7 @@ jobs:
207209 - " monster_m4sk"
208210 - " ndgarage_ndbit6"
209211 - " nfc_copy_cat"
212+ - " nice_nano"
210213 - " nucleo_f746zg"
211214 - " nucleo_f767zi"
212215 - " nucleo_h743zi_2"
@@ -287,14 +290,11 @@ jobs:
287290 gcc --version
288291 arm-none-eabi-gcc --version
289292 python3 --version
290- - uses : actions/checkout@v2
293+ - uses : actions/checkout@v2.2.0
291294 with :
292295 submodules : true
293296 fetch-depth : 0
294297 - run : git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/*
295- - run : git submodule sync
296- - run : git submodule foreach git remote -v
297- - run : git submodule foreach git fetch --recurse-submodules=no origin +refs/tags/*:refs/tags/*
298298 - name : mpy-cross
299299 run : make -C mpy-cross -j2
300300 - name : build
@@ -338,14 +338,11 @@ jobs:
338338 gcc --version
339339 riscv64-unknown-elf-gcc --version
340340 python3 --version
341- - uses : actions/checkout@v2
341+ - uses : actions/checkout@v2.2.0
342342 with :
343343 submodules : true
344344 fetch-depth : 0
345345 - run : git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/*
346- - run : git submodule sync
347- - run : git submodule foreach git remote -v
348- - run : git submodule foreach git fetch --recurse-submodules=no origin +refs/tags/*:refs/tags/*
349346 - name : mpy-cross
350347 run : make -C mpy-cross -j2
351348 - name : build
@@ -378,14 +375,11 @@ jobs:
378375 uses : actions/setup-python@v1
379376 with :
380377 python-version : 3.8
381- - uses : actions/checkout@v2
378+ - uses : actions/checkout@v2.2.0
382379 with :
383380 submodules : true
384381 fetch-depth : 0
385382 - run : git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/*
386- - run : git submodule sync
387- - run : git submodule foreach git remote -v
388- - run : git submodule foreach git fetch --recurse-submodules=no origin +refs/tags/*:refs/tags/*
389383 - name : CircuitPython version
390384 run : git describe --dirty --tags
391385 - uses : actions/cache@v1
0 commit comments