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 : ' 18'
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
@@ -63,12 +63,12 @@ jobs:
63
63
runs-on : ' ubuntu-22.04'
64
64
steps :
65
65
- name : Checkout
66
- uses : actions/checkout@v2
66
+ uses : actions/checkout@v4
67
67
with :
68
68
submodules : true
69
69
70
70
- name : Setup Node.js
71
- uses : actions/setup-node@v2
71
+ uses : actions/setup-node@v4
72
72
with :
73
73
node-version : ' 18'
74
74
You can’t perform that action at this time.
0 commit comments