From: Limor "Ladyada" Fried Date: Mon, 4 May 2020 17:49:08 +0000 (-0400) Subject: Merge pull request #284 from makermelissa/github_Actions X-Git-Tag: 4.8.0~1 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/ce21899a15990eab9f108a54f080a404eecb74ae?hp=079c1515b8d1ac47c72b3fb3ce6b4ce278183986 Merge pull request #284 from makermelissa/github_Actions 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