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 @@ -333,7 +333,7 @@ jobs:
333333 done
334334
335335 - name : Setup Node.js
336- uses : actions/setup-node@v5
336+ uses : actions/setup-node@v6
337337 with :
338338 node-version : ' 24'
339339
Original file line number Diff line number Diff line change 2525 python-version : " 3.13"
2626 - name : Format python code with black
2727 uses : psf/black@stable
28- - uses : actions/setup-node@v5
28+ - uses : actions/setup-node@v6
2929 with :
3030 node-version : 24
3131 cache : " npm"
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 timeout 60 bash -c 'until curl -f http://localhost:8081/actuator/health 2>/dev/null; do sleep 2; done' || echo "Main version health check failed"
106106
107107 - name : Setup Node.js
108- uses : actions/setup-node@v5
108+ uses : actions/setup-node@v6
109109 with :
110110 node-version : ' 24'
111111
You can’t perform that action at this time.
0 commit comments