From: Melissa LeBlanc-Williams Date: Mon, 4 May 2020 17:19:07 +0000 (-0700) Subject: Set checkout repo to V2 since it fixes an issue X-Git-Tag: 4.8.0~1^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/85fcfc9f69495a0be554764470d7e0a73986f334 Set checkout repo to V2 since it fixes an issue --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4be12a5..83c2a34 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: run: | python3 --version - name: Checkout Current Repo - uses: actions/checkout@v1 + uses: actions/checkout@v2 with: submodules: true - name: Checkout tools repo