We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff9b59 commit 06b153bCopy full SHA for 06b153b
.github/workflows/nightly.yml
@@ -8,7 +8,7 @@ jobs:
8
nightly:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@2
+ - uses: actions/checkout@v2
12
with:
13
ref: 'refs/heads/dev'
14
fetch-depth: 0 # All history
@@ -50,7 +50,7 @@ jobs:
50
nightly-next:
51
52
53
54
55
ref: 'refs/heads/next'
56
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
node-version: ${{ matrix.node }}
30
31
- name: checkout
32
- uses: actions/checkout@2
+ uses: actions/checkout@v2
33
34
35
0 commit comments