From 987c6c7d15a3f07e47fc4cf279e2a25e06a1e8ca Mon Sep 17 00:00:00 2001 From: lifegpc Date: Thu, 3 Mar 2022 15:29:34 +0800 Subject: [PATCH] Downgrade check out to v2(Why it cause timeout? --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f8e03e0..f6237b2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check Out - uses: actions/checkout@v3 + uses: actions/checkout@v2 with: fetch-depth: 0 submodules: true