Skip to content

Commit b3d9bd1

Browse files
authored
Merge pull request #28 from adafruit/tannewt-patch-2
actions/checkout update
2 parents c69b414 + 6e7a63b commit b3d9bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
python3 --version
3434
- name: Checkout Current Repo
35-
uses: actions/checkout@v1
35+
uses: actions/checkout@v2
3636
with:
3737
submodules: true
3838
- name: Checkout tools repo
@@ -60,7 +60,7 @@ jobs:
6060
upload-pypi:
6161
runs-on: ubuntu-latest
6262
steps:
63-
- uses: actions/checkout@v1
63+
- uses: actions/checkout@v2
6464
- name: Check For setup.py
6565
id: need-pypi
6666
run: |

0 commit comments

Comments
 (0)