File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
path : ${{ matrix.workdir }}
140
140
141
141
- name : Set up Nodejs
142
- uses : actions/setup-node@v3
142
+ uses : actions/setup-node@v5
143
143
if : startsWith(matrix.workdir, 'dvdefi')
144
144
with :
145
145
node-version : 16
Original file line number Diff line number Diff line change 17
17
submodules : true
18
18
19
19
- name : Set up Node.js
20
- uses : actions/setup-node@v3
20
+ uses : actions/setup-node@v5
21
21
with :
22
22
node-version : 16
23
23
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135
135
path : ${{ matrix.workdir }}
136
136
137
137
- name : Set up Nodejs
138
- uses : actions/setup-node@v3
138
+ uses : actions/setup-node@v5
139
139
if : startsWith(matrix.workdir, 'dvdefi')
140
140
with :
141
141
node-version : 16
You can’t perform that action at this time.
0 commit comments