Skip to content

Commit 06b153b

Browse files
author
pooya parsa
committed
ci: add missing v
1 parent 0ff9b59 commit 06b153b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
nightly:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@2
11+
- uses: actions/checkout@v2
1212
with:
1313
ref: 'refs/heads/dev'
1414
fetch-depth: 0 # All history
@@ -50,7 +50,7 @@ jobs:
5050
nightly-next:
5151
runs-on: ubuntu-latest
5252
steps:
53-
- uses: actions/checkout@2
53+
- uses: actions/checkout@v2
5454
with:
5555
ref: 'refs/heads/next'
5656
fetch-depth: 0 # All history

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: ${{ matrix.node }}
3030

3131
- name: checkout
32-
uses: actions/checkout@2
32+
uses: actions/checkout@v2
3333
with:
3434
fetch-depth: 0 # All history
3535

0 commit comments

Comments
 (0)