Skip to content

Commit 3f95da9

Browse files
Bump matlab-actions/setup-matlab from 2.2.0 to 2.3.1
Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.2.0 to 2.3.1. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](matlab-actions/setup-matlab@v2.2.0...v2.3.1) --- 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]>
1 parent ecb6c48 commit 3f95da9

34 files changed

+38
-38
lines changed

.github/workflows/compile_mex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"'
123123

124124
- name: Set up MATLAB
125-
uses: matlab-actions/setup-matlab@v2.2.0
125+
uses: matlab-actions/setup-matlab@v2.3.1
126126
with:
127127
release: ${{ matrix.matlab }}
128128
cache: true

.github/workflows/lint_hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Set up MATLAB
6767
id: set-up-matlab
6868
if: ${{ matrix.linter == 'mlint' }}
69-
uses: matlab-actions/setup-matlab@v2.2.0
69+
uses: matlab-actions/setup-matlab@v2.3.1
7070
with:
7171
release: latest
7272
cache: false # We should not cache MATLAB; otherwise, an empty directory will be cached since we remove $MATLABROOT in the next step

.github/workflows/parallel_test_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"'
9999

100100
- name: Set up MATLAB with optimization toolbox
101-
uses: matlab-actions/setup-matlab@v2.2.0
101+
uses: matlab-actions/setup-matlab@v2.3.1
102102
with:
103103
release: ${{ matrix.matlab }}
104104
products: Optimization_Toolbox Parallel_Computing_Toolbox

.github/workflows/profile_all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,15 @@ jobs:
121121

122122
- name: Set up MATLAB with optimization toolbox
123123
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox == 'yes' }}
124-
uses: matlab-actions/setup-matlab@v2.2.0
124+
uses: matlab-actions/setup-matlab@v2.3.1
125125
with:
126126
release: ${{ matrix.matlab }}
127127
cache: true
128128
products: Optimization_Toolbox Parallel_Computing_Toolbox
129129

130130
- name: Set up MATLAB without optimization toolbox
131131
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }}
132-
uses: matlab-actions/setup-matlab@v2.2.0
132+
uses: matlab-actions/setup-matlab@v2.3.1
133133
with:
134134
release: ${{ matrix.matlab }}
135135
cache: true

.github/workflows/profile_all_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: Set up MATLAB with optimization toolbox
119119
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
120-
uses: matlab-actions/setup-matlab@v2.2.0
120+
uses: matlab-actions/setup-matlab@v2.3.1
121121
with:
122122
release: ${{ matrix.matlab }}
123123
cache: true

.github/workflows/profile_bobyqa_small.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Set up MATLAB
8585
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
86-
uses: matlab-actions/setup-matlab@v2.2.0
86+
uses: matlab-actions/setup-matlab@v2.3.1
8787
with:
8888
release: ${{ matrix.matlab }}
8989
cache: true

.github/workflows/profile_bobyqa_small_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Set up MATLAB
101101
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
102-
uses: matlab-actions/setup-matlab@v2.2.0
102+
uses: matlab-actions/setup-matlab@v2.3.1
103103
with:
104104
release: ${{ matrix.matlab }}
105105
cache: true

.github/workflows/profile_cobyla_small.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ jobs:
9090

9191
- name: Set up MATLAB with optimization toolbox
9292
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox == 'yes' }}
93-
uses: matlab-actions/setup-matlab@v2.2.0
93+
uses: matlab-actions/setup-matlab@v2.3.1
9494
with:
9595
release: ${{ matrix.matlab }}
9696
cache: true
9797
products: Optimization_Toolbox Parallel_Computing_Toolbox
9898

9999
- name: Set up MATLAB without optimization toolbox
100100
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }}
101-
uses: matlab-actions/setup-matlab@v2.2.0
101+
uses: matlab-actions/setup-matlab@v2.3.1
102102
with:
103103
release: ${{ matrix.matlab }}
104104
cache: true

.github/workflows/profile_cobyla_small_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Set up MATLAB with optimization toolbox
104104
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
105-
uses: matlab-actions/setup-matlab@v2.2.0
105+
uses: matlab-actions/setup-matlab@v2.3.1
106106
with:
107107
release: ${{ matrix.matlab }}
108108
cache: true

.github/workflows/profile_compiler_options.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Set up MATLAB with optimization toolbox
9898
if: ${{ steps.check_matlab.outputs.has_matlab != 'true'}}
99-
uses: matlab-actions/setup-matlab@v2.2.0
99+
uses: matlab-actions/setup-matlab@v2.3.1
100100
with:
101101
release: ${{ matrix.matlab }}
102102
cache: true

0 commit comments

Comments
 (0)