@@ -10,13 +10,11 @@ jobs:
10
10
11
11
steps :
12
12
- name : Checkout git repository
13
- uses : actions/checkout@v1
14
- with :
15
- fetch-depth : 0
13
+ uses : actions/checkout@v2
16
14
- name : Setup Node.js for use with Actions
17
15
uses : actions/setup-node@v1
18
16
with :
19
- node-version : ' 12.16.0 '
17
+ node-version : ' 12.16.2 '
20
18
- name : Install Yarn
21
19
run : curl -o- -L https://yarnpkg.com/install.sh | bash
22
20
- name : Install dependencies with Yarn
@@ -35,13 +33,11 @@ jobs:
35
33
36
34
steps :
37
35
- name : Checkout git repository
38
- uses : actions/checkout@v1
39
- with :
40
- fetch-depth : 0
36
+ uses : actions/checkout@v2
41
37
- name : Setup Node.js for use with Actions
42
38
uses : actions/setup-node@v1
43
39
with :
44
- node-version : ' 12.16.0 '
40
+ node-version : ' 12.16.2 '
45
41
- name : Install Yarn
46
42
run : curl -o- -L https://yarnpkg.com/install.sh | bash
47
43
- name : Install dependencies with Yarn
@@ -55,13 +51,11 @@ jobs:
55
51
56
52
steps :
57
53
- name : Checkout git repository
58
- uses : actions/checkout@v1
59
- with :
60
- fetch-depth : 0
54
+ uses : actions/checkout@v2
61
55
- name : Setup Node.js for use with Actions
62
56
uses : actions/setup-node@v1
63
57
with :
64
- node-version : ' 12.16.0 '
58
+ node-version : ' 12.16.2 '
65
59
- name : Install Yarn
66
60
run : curl -o- -L https://yarnpkg.com/install.sh | bash
67
61
- name : Install dependencies with Yarn
@@ -77,13 +71,11 @@ jobs:
77
71
78
72
steps :
79
73
- name : Checkout git repository
80
- uses : actions/checkout@v1
81
- with :
82
- fetch-depth : 0
74
+ uses : actions/checkout@v2
83
75
- name : Setup Node.js for use with Actions
84
76
uses : actions/setup-node@v1
85
77
with :
86
- node-version : ' 12.16.0 '
78
+ node-version : ' 12.16.2 '
87
79
- name : Install Yarn
88
80
run : curl -o- -L https://yarnpkg.com/install.sh | bash
89
81
- name : Install dependencies with Yarn
0 commit comments