From 85fcfc9f69495a0be554764470d7e0a73986f334 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Mon, 4 May 2020 10:19:07 -0700 Subject: [PATCH] Set checkout repo to V2 since it fixes an issue --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.0