File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ See [action.yml](action.yml)
16
16
Basic:
17
17
``` yaml
18
18
steps :
19
- - uses : actions/checkout@v1
19
+ - uses : actions/checkout@v2
20
20
- uses : actions/setup-node@v1
21
21
with :
22
22
node-version : ' 10.x'
34
34
node : [ '10', '8' ]
35
35
name : Node ${{ matrix.node }} sample
36
36
steps :
37
- - uses : actions/checkout@v1
37
+ - uses : actions/checkout@v2
38
38
- name : Setup node
39
39
uses : actions/setup-node@v1
40
40
with :
46
46
Publish to npmjs and GPR with npm:
47
47
` ` ` yaml
48
48
steps :
49
- - uses : actions/checkout@v1
49
+ - uses : actions/checkout@v2
50
50
- uses : actions/setup-node@v1
51
51
with :
52
52
node-version : ' 10.x'
66
66
Publish to npmjs and GPR with yarn:
67
67
` ` ` yaml
68
68
steps :
69
- - uses : actions/checkout@v1
69
+ - uses : actions/checkout@v2
70
70
- uses : actions/setup-node@v1
71
71
with :
72
72
node-version : ' 10.x'
86
86
Use private packages:
87
87
` ` ` yaml
88
88
steps :
89
- - uses : actions/checkout@v1
89
+ - uses : actions/checkout@v2
90
90
- uses : actions/setup-node@v1
91
91
with :
92
92
node-version : ' 10.x'
You can’t perform that action at this time.
0 commit comments