File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 run : |
3030 gcc --version
3131 python3 --version
32- - uses : actions/checkout@v2
32+ - uses : actions/checkout@v1
3333 with :
3434 submodules : true
3535 - name : CircuitPython version
@@ -103,7 +103,7 @@ jobs:
103103 gcc --version
104104 python3 --version
105105 msgfmt --version
106- - uses : actions/checkout@v2
106+ - uses : actions/checkout@v1
107107 with :
108108 submodules : true
109109 - name : CircuitPython version
@@ -253,7 +253,7 @@ jobs:
253253 gcc --version
254254 arm-none-eabi-gcc --version
255255 python3 --version
256- - uses : actions/checkout@v2
256+ - uses : actions/checkout@v1
257257 with :
258258 submodules : true
259259 - name : mpy-cross
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
1313 GITHUB_CONTEXT : ${{ toJson(github) }}
1414 run : echo "$GITHUB_CONTEXT"
1515 - name : Set up Python 3.5
16- uses : actions/setup-python@v2
16+ uses : actions/setup-python@v1
1717 with :
1818 python-version : 3.5
1919 - name : Install deps
2020 run : |
21- pip install requests sh click
21+ pip install requests sh click
2222 - name : Versions
2323 run : |
2424 gcc --version
2525 python3 --version
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v1
2727 with :
2828 submodules : true
2929 - name : CircuitPython version
You can’t perform that action at this time.
0 commit comments