Skip to content

Commit c69b414

Browse files
authored
Merge pull request #26 from adafruit/tannewt-patch-1
update actions/checkout
2 parents 4ca8cb0 + c90c972 commit c69b414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
python3 --version
3232
- name: Checkout Current Repo
33-
uses: actions/checkout@v1
33+
uses: actions/checkout@v2
3434
with:
3535
submodules: true
3636
- name: Checkout tools repo

0 commit comments

Comments
 (0)