mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
ci: add missing v
This commit is contained in:
parent
0ff9b59e93
commit
06b153b0e0
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@ -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
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user