CI: Use checkout@v2 (#38822)

This commit is contained in:
谭九鼎 2020-07-11 00:10:26 +08:00 committed by GitHub
parent 3b107fec3b
commit 87a74aa9ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}
@ -45,4 +45,4 @@ jobs:
- name: Validate the browser can import TypeScript
run: gulp test-browser-integration