@@ -13,10 +13,10 @@ jobs:
13
13
os : [ubuntu-latest, windows-latest, macOS-latest]
14
14
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Use Node.js ${{ matrix.node-version }}
19
- uses : actions/setup-node@v1
19
+ uses : actions/setup-node@v4
20
20
with :
21
21
node-version : ${{ matrix.node-version }}
22
22
49
49
node-version : [16.x, 18.x, 20.x]
50
50
51
51
steps :
52
- - uses : actions/checkout@v2
52
+ - uses : actions/checkout@v4
53
53
54
54
- name : Configure sysctl limits
55
55
run : |
@@ -61,10 +61,10 @@ jobs:
61
61
- name : Runs Elasticsearch
62
62
uses : elastic/elastic-github-actions/elasticsearch@master
63
63
with :
64
- stack-version : 7.16 -SNAPSHOT
64
+ stack-version : 7.17 -SNAPSHOT
65
65
66
66
- name : Use Node.js ${{ matrix.node-version }}
67
- uses : actions/setup-node@v1
67
+ uses : actions/setup-node@v4
68
68
with :
69
69
node-version : ${{ matrix.node-version }}
70
70
81
81
runs-on : ubuntu-latest
82
82
83
83
steps :
84
- - uses : actions/checkout@v2
84
+ - uses : actions/checkout@v4
85
85
86
86
- name : Configure sysctl limits
87
87
run : |
@@ -93,12 +93,12 @@ jobs:
93
93
- name : Runs Elasticsearch
94
94
uses : elastic/elastic-github-actions/elasticsearch@master
95
95
with :
96
- stack-version : 7.16 -SNAPSHOT
96
+ stack-version : 7.17 -SNAPSHOT
97
97
98
- - name : Use Node.js 14 .x
99
- uses : actions/setup-node@v1
98
+ - name : Use Node.js 16 .x
99
+ uses : actions/setup-node@v4
100
100
with :
101
- node-version : 14 .x
101
+ node-version : 16 .x
102
102
103
103
- name : Install
104
104
run : |
@@ -124,10 +124,10 @@ jobs:
124
124
runs-on : ubuntu-latest
125
125
126
126
steps :
127
- - uses : actions/checkout@v2
127
+ - uses : actions/checkout@v4
128
128
129
129
- name : Use Node.js 14.x
130
- uses : actions/setup-node@v1
130
+ uses : actions/setup-node@v4
131
131
with :
132
132
node-version : 14.x
133
133
@@ -149,10 +149,10 @@ jobs:
149
149
node-version : [14.x]
150
150
151
151
steps :
152
- - uses : actions/checkout@v2
152
+ - uses : actions/checkout@v4
153
153
154
154
- name : Use Node.js ${{ matrix.node-version }}
155
- uses : actions/setup-node@v1
155
+ uses : actions/setup-node@v4
156
156
with :
157
157
node-version : ${{ matrix.node-version }}
158
158
0 commit comments