ci: add missing v

This commit is contained in:
pooya parsa 2020-03-03 14:08:59 +01:00
parent 0ff9b59e93
commit 06b153b0e0
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ jobs:
nightly: nightly:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@2 - uses: actions/checkout@v2
with: with:
ref: 'refs/heads/dev' ref: 'refs/heads/dev'
fetch-depth: 0 # All history fetch-depth: 0 # All history
@ -50,7 +50,7 @@ jobs:
nightly-next: nightly-next:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@2 - uses: actions/checkout@v2
with: with:
ref: 'refs/heads/next' ref: 'refs/heads/next'
fetch-depth: 0 # All history fetch-depth: 0 # All history

View File

@ -29,7 +29,7 @@ jobs:
node-version: ${{ matrix.node }} node-version: ${{ matrix.node }}
- name: checkout - name: checkout
uses: actions/checkout@2 uses: actions/checkout@v2
with: with:
fetch-depth: 0 # All history fetch-depth: 0 # All history