Revert "try actions/checkout@v2"

This reverts commit b492ea69cb.
This commit is contained in:
Dan Halbert 2020-03-05 23:13:14 -05:00
parent b492ea69cb
commit 127e6fa27e
2 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@ jobs:
run: | run: |
gcc --version gcc --version
python3 --version python3 --version
- uses: actions/checkout@v2 - uses: actions/checkout@v1
with: with:
submodules: true submodules: true
- name: CircuitPython version - name: CircuitPython version
@ -103,7 +103,7 @@ jobs:
gcc --version gcc --version
python3 --version python3 --version
msgfmt --version msgfmt --version
- uses: actions/checkout@v2 - uses: actions/checkout@v1
with: with:
submodules: true submodules: true
- name: CircuitPython version - name: CircuitPython version
@ -253,7 +253,7 @@ jobs:
gcc --version gcc --version
arm-none-eabi-gcc --version arm-none-eabi-gcc --version
python3 --version python3 --version
- uses: actions/checkout@v2 - uses: actions/checkout@v1
with: with:
submodules: true submodules: true
- name: mpy-cross - name: mpy-cross

View File

@ -13,7 +13,7 @@ jobs:
GITHUB_CONTEXT: ${{ toJson(github) }} GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT" run: echo "$GITHUB_CONTEXT"
- name: Set up Python 3.5 - name: Set up Python 3.5
uses: actions/setup-python@v2 uses: actions/setup-python@v1
with: with:
python-version: 3.5 python-version: 3.5
- name: Install deps - name: Install deps
@ -23,7 +23,7 @@ jobs:
run: | run: |
gcc --version gcc --version
python3 --version python3 --version
- uses: actions/checkout@v2 - uses: actions/checkout@v1
with: with:
submodules: true submodules: true
- name: CircuitPython version - name: CircuitPython version