@@ -13,10 +13,10 @@ jobs:
1313 os : [ubuntu-latest, windows-latest, macOS-latest]
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v4
1717
1818 - name : Use Node.js ${{ matrix.node-version }}
19- uses : actions/setup-node@v1
19+ uses : actions/setup-node@v4
2020 with :
2121 node-version : ${{ matrix.node-version }}
2222
4949 node-version : [16.x, 18.x, 20.x]
5050
5151 steps :
52- - uses : actions/checkout@v2
52+ - uses : actions/checkout@v4
5353
5454 - name : Configure sysctl limits
5555 run : |
@@ -61,10 +61,10 @@ jobs:
6161 - name : Runs Elasticsearch
6262 uses : elastic/elastic-github-actions/elasticsearch@master
6363 with :
64- stack-version : 7.16 -SNAPSHOT
64+ stack-version : 7.17 -SNAPSHOT
6565
6666 - name : Use Node.js ${{ matrix.node-version }}
67- uses : actions/setup-node@v1
67+ uses : actions/setup-node@v4
6868 with :
6969 node-version : ${{ matrix.node-version }}
7070
8181 runs-on : ubuntu-latest
8282
8383 steps :
84- - uses : actions/checkout@v2
84+ - uses : actions/checkout@v4
8585
8686 - name : Configure sysctl limits
8787 run : |
@@ -93,12 +93,12 @@ jobs:
9393 - name : Runs Elasticsearch
9494 uses : elastic/elastic-github-actions/elasticsearch@master
9595 with :
96- stack-version : 7.16 -SNAPSHOT
96+ stack-version : 7.17 -SNAPSHOT
9797
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
100100 with :
101- node-version : 14 .x
101+ node-version : 16 .x
102102
103103 - name : Install
104104 run : |
@@ -124,10 +124,10 @@ jobs:
124124 runs-on : ubuntu-latest
125125
126126 steps :
127- - uses : actions/checkout@v2
127+ - uses : actions/checkout@v4
128128
129129 - name : Use Node.js 14.x
130- uses : actions/setup-node@v1
130+ uses : actions/setup-node@v4
131131 with :
132132 node-version : 14.x
133133
@@ -149,10 +149,10 @@ jobs:
149149 node-version : [14.x]
150150
151151 steps :
152- - uses : actions/checkout@v2
152+ - uses : actions/checkout@v4
153153
154154 - name : Use Node.js ${{ matrix.node-version }}
155- uses : actions/setup-node@v1
155+ uses : actions/setup-node@v4
156156 with :
157157 node-version : ${{ matrix.node-version }}
158158
0 commit comments