Skip to content

Commit

Permalink
Bump matlab-actions/setup-matlab from 2.1.2 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/matlab-actions/setup-matlab/releases)
- [Commits](matlab-actions/setup-matlab@v2.1.2...v2.2.0)

---
updated-dependencies:
- dependency-name: matlab-actions/setup-matlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 10, 2024
1 parent 9bbc828 commit ea6ecb5
Show file tree
Hide file tree
Showing 34 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile_mex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"'

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Set up MATLAB
id: set-up-matlab
if: ${{ matrix.linter == 'mlint' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: latest
cache: false # We should not cache MATLAB; otherwise, an empty directory will be cached since we remove $MATLABROOT in the next step
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/parallel_test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"'

- name: Set up MATLAB with optimization toolbox
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
products: Optimization_Toolbox Parallel_Computing_Toolbox
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ jobs:

- name: Set up MATLAB with optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox == 'yes' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
products: Optimization_Toolbox Parallel_Computing_Toolbox

- name: Set up MATLAB without optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_all_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Set up MATLAB with optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_bobyqa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Set up MATLAB
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_bobyqa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Set up MATLAB
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_cobyla_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@ jobs:

- name: Set up MATLAB with optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox == 'yes' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
products: Optimization_Toolbox Parallel_Computing_Toolbox

- name: Set up MATLAB without optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_cobyla_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- name: Set up MATLAB with optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_compiler_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Set up MATLAB with optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true'}}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_infnan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Set up MATLAB with optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_integer_kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Set up MATLAB with optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_lincoa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ jobs:

- name: Set up MATLAB with optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox == 'yes' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
products: Optimization_Toolbox Parallel_Computing_Toolbox

- name: Set up MATLAB without optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_lincoa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Set up MATLAB with optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_newuoa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Set up MATLAB
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_newuoa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Set up MATLAB
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_npt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Set up MATLAB with optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true'}}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_prima_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ jobs:

- name: Set up MATLAB with optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox == 'yes' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
products: Optimization_Toolbox Parallel_Computing_Toolbox

- name: Set up MATLAB without optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_quadruple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Set up MATLAB with optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_rescue_idz_classical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Set up MATLAB with optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_rescue_idz_modernized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Set up MATLAB with optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Set up MATLAB with optimization toolbox
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_uobyqa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Set up MATLAB
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_uobyqa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Set up MATLAB
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/recursive_test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"'

- name: Set up MATLAB with optimization toolbox
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stress_test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"'

- name: Set up MATLAB with optimization toolbox
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"'

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_matlab_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"'

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_matlab_mac_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"'

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_matlab_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"'

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_archiva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Set up MATLAB
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Set up MATLAB
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Set up MATLAB
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Set up MATLAB
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.1.2
uses: matlab-actions/setup-matlab@v2.2.0
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down

0 comments on commit ea6ecb5

Please sign in to comment.