File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Check out repository
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v6
1818 - name : Set up MATLAB
19- uses : matlab-actions/setup-matlab@v2
19+ uses : matlab-actions/setup-matlab@v3
2020 - name : Run tests
21- uses : matlab-actions/run-command@v2
21+ uses : matlab-actions/run-command@v3
2222 with :
2323 command : run_all_tests
Original file line number Diff line number Diff line change 2020 container :
2121 image : gnuoctave/octave
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424 - name : Check octave installation
2525 run : octave --eval "disp(version)"
2626 - name : Run tests
Original file line number Diff line number Diff line change 1212 permissions :
1313 contents : write
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v6
1616 # The exit status for grep -q is 0 if a match is found, 1 if not fund
1717 - name : confirm that Version.is_development is 0
1818 run : grep -q "Version.is_development = 0;" vbr/support/vbr_version.m
You can’t perform that action at this time.
0 commit comments