File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ' ubuntu-latest'
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Setup Node.js
18
- uses : actions/setup-node@v2
18
+ uses : actions/setup-node@v4
19
19
with :
20
20
node-version : ' 16'
21
21
@@ -37,12 +37,12 @@ jobs:
37
37
38
38
steps :
39
39
- name : Checkout
40
- uses : actions/checkout@v2
40
+ uses : actions/checkout@v4
41
41
with :
42
42
submodules : true
43
43
44
44
- name : Setup Node.js
45
- uses : actions/setup-node@v2
45
+ uses : actions/setup-node@v4
46
46
with :
47
47
node-version : ${{ matrix.node-version }}
48
48
@@ -65,12 +65,12 @@ jobs:
65
65
runs-on : ' ubuntu-20.04'
66
66
steps :
67
67
- name : Checkout
68
- uses : actions/checkout@v2
68
+ uses : actions/checkout@v4
69
69
with :
70
70
submodules : true
71
71
72
72
- name : Setup Node.js
73
- uses : actions/setup-node@v2
73
+ uses : actions/setup-node@v4
74
74
with :
75
75
node-version : ' 16'
76
76
You can’t perform that action at this time.
0 commit comments