From 9035fbfaf5711f63e0e34f1f2b58c2c2777681ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E4=B9=9D=E9=BC=8E?= <109224573@qq.com> Date: Thu, 28 May 2020 17:17:36 +0800 Subject: [PATCH] CI: Use checkout@v2 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 251303b0c952b..76cc412cb67be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: node-version: [10.x, 12.x, 13.x] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 with: fetch-depth: 5 - name: Use node version ${{ matrix.node-version }} @@ -38,4 +38,4 @@ jobs: - name: Validate the browser can import TypeScript run: gulp test-browser-integration - \ No newline at end of file +