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 +