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:
|
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
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user