3131 PYTHON_VERSION : 3.11
3232 OPENSSL_VERSION : 3.5.4
3333 PROTOBUF_VERSION : 21.12
34- BOOST_VERSION : 1.83 .0
34+ BOOST_VERSION : 1.86 .0
3535 CRYPTOPP_VERSION : 8.9.0
36- LUA_VERSION : 5.4.7
36+ LUA_VERSION : 5.4.8
3737 TINY_XML_2_VERSION : 10.1.0
3838 GOOGLE_TEST_VERSION : 1.12.1
39- MONGOOSE_VERSION : 7.19
39+ MONGOOSE_VERSION : 7.20
4040
4141jobs :
4242 build :
4545 platform : ${{ steps.setup.outputs.platform }}
4646
4747 steps :
48- - uses : actions/checkout@v5
48+ - uses : actions/checkout@v6
4949 with :
5050 submodules : true
5151
6868 cache-dependency-path : ' build/python/requirements.txt'
6969 cache : ' pip'
7070
71- - uses : actions/setup-node@v4
71+ - uses : actions/setup-node@v6
7272 with :
7373 node-version : 20
7474 cache : ' npm'
@@ -213,7 +213,7 @@ jobs:
213213 & "$env:Python_ROOT_DIR\python" ..\..\build\python\mk_pyzip.py --source ${{ env.Python_ROOT_DIR }}
214214 shell : pwsh
215215
216- - uses : actions/download-artifact@v6
216+ - uses : actions/download-artifact@v7
217217 with :
218218 name : check_nsclient-windows-${{ inputs.architecture }}
219219 path : tmp
@@ -299,7 +299,7 @@ jobs:
299299 needs : build
300300
301301 steps :
302- - uses : actions/checkout@v5
302+ - uses : actions/checkout@v6
303303 with :
304304 submodules : true
305305
@@ -311,7 +311,7 @@ jobs:
311311 cache-dependency-path : ' build/python/requirements.txt'
312312 cache : ' pip'
313313
314- - uses : actions/setup-node@v4
314+ - uses : actions/setup-node@v6
315315 with :
316316 node-version : 20
317317 cache : ' npm'
@@ -322,7 +322,7 @@ jobs:
322322 run : |
323323 mkdir -p tmp/nscp
324324
325- - uses : actions/download-artifact@v6
325+ - uses : actions/download-artifact@v7
326326 with :
327327 name : NSCP-${{ inputs.version }}-${{ needs.build.outputs.platform }}
328328 path : tmp/nscp
0 commit comments