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:
139139 path : ${{ matrix.workdir }}
140140
141141 - name : Set up Nodejs
142- uses : actions/setup-node@v3
142+ uses : actions/setup-node@v5
143143 if : startsWith(matrix.workdir, 'dvdefi')
144144 with :
145145 node-version : 16
Original file line number Diff line number Diff line change 1717 submodules : true
1818
1919 - name : Set up Node.js
20- uses : actions/setup-node@v3
20+ uses : actions/setup-node@v5
2121 with :
2222 node-version : 16
2323
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 path : ${{ matrix.workdir }}
136136
137137 - name : Set up Nodejs
138- uses : actions/setup-node@v3
138+ uses : actions/setup-node@v5
139139 if : startsWith(matrix.workdir, 'dvdefi')
140140 with :
141141 node-version : 16
You can’t perform that action at this time.
0 commit comments