File tree Expand file tree Collapse file tree 6 files changed +13
-12
lines changed
Expand file tree Collapse file tree 6 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 3131 ref : ${{ github.sha }}
3232
3333 - name : Set up Python 3.10
34- uses : actions/setup-python@v4
34+ uses : actions/setup-python@v5
3535 with :
3636 python-version : 3.10
3737
Original file line number Diff line number Diff line change 1- # Copyright 2024 The MathWorks, Inc.
1+ # Copyright 2024-2025 The MathWorks, Inc.
22name : Upload Python Package for tljh-matlab
33
44on :
2222 - uses : actions/checkout@v4
2323
2424 - name : Set up Python
25- uses : actions/setup-python@v3
25+ uses : actions/setup-python@v5
2626 with :
2727 python-version : ' 3.x'
2828
Original file line number Diff line number Diff line change @@ -12,17 +12,18 @@ jobs:
1212 run :
1313 working-directory : tests/e2e
1414 env :
15- NODE_VERSION : 18
16- PYTHON_VERSION : 3.10
15+ NODE_VERSION : ["24"]
16+ PYTHON_VERSION : [" 3.10"]
1717 steps :
1818 - name : Checkout
1919 uses : actions/checkout@v4
2020
21- - uses : actions/setup-node@v4
21+ - name : Set up Node ${{ env.NODE_VERSION }}
22+ uses : actions/setup-node@v6
2223 with :
2324 node-version : ${{ env.NODE_VERSION }}
2425
25- - name : Set up Python
26+ - name : Set up Python ${{ env.PYTHON_VERSION }}
2627 uses : actions/setup-python@v5
2728 with :
2829 python-version : ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 3232 products : MATLAB Symbolic_Math_Toolbox
3333
3434 - name : Set up Python ${{ matrix.python-version }}
35- uses : actions/setup-python@v4
35+ uses : actions/setup-python@v5
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838
Original file line number Diff line number Diff line change 7777 uses : actions/checkout@v3
7878
7979 - name : Set up Python ${{ matrix.python-version }}
80- uses : actions/setup-python@v4
80+ uses : actions/setup-python@v5
8181 with :
8282 python-version : ${{ matrix.python-version }}
8383
@@ -121,12 +121,12 @@ jobs:
121121 run :
122122 working-directory : src/jupyter_matlab_labextension/src/lezer-matlab/test/
123123 env :
124- NODE_VERSION : 18
124+ NODE_VERSION : 24
125125 steps :
126126 - name : Checkout
127127 uses : actions/checkout@v4
128128
129- - uses : actions/setup-node@v4
129+ - uses : actions/setup-node@v6
130130 with :
131131 node-version : ${{ env.NODE_VERSION }}
132132
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v4
2121 - name : Set up Python 3.10
22- uses : actions/setup-python@v3
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : " 3.10"
2525
You can’t perform that action at this time.
0 commit comments