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

View File

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