Skip to content

Commit 127e6fa

Browse files
committed
Revert "try actions/checkout@v2"
This reverts commit b492ea6.
1 parent b492ea6 commit 127e6fa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

.github/workflows/create_website_pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)