Skip to content

Commit da87d89

Browse files
Bump matlab-actions/setup-matlab from 2.5.0 to 2.6.0
Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](matlab-actions/setup-matlab@v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b084857 commit da87d89

35 files changed

+39
-39
lines changed

.github/workflows/compile_mex.yml

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

149149
- name: Set up MATLAB
150-
uses: matlab-actions/setup-matlab@v2.5.0
150+
uses: matlab-actions/setup-matlab@v2.6.0
151151
with:
152152
release: ${{ matrix.matlab }}
153153
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.5.0
69+
uses: matlab-actions/setup-matlab@v2.6.0
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
@@ -115,7 +115,7 @@ jobs:
115115
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"'
116116

117117
- name: Set up MATLAB with optimization toolbox
118-
uses: matlab-actions/setup-matlab@v2.5.0
118+
uses: matlab-actions/setup-matlab@v2.6.0
119119
with:
120120
release: ${{ matrix.matlab }}
121121
cache: true

.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.5.0
124+
uses: matlab-actions/setup-matlab@v2.6.0
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.5.0
132+
uses: matlab-actions/setup-matlab@v2.6.0
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
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Set up MATLAB with optimization toolbox
120120
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
121-
uses: matlab-actions/setup-matlab@v2.5.0
121+
uses: matlab-actions/setup-matlab@v2.6.0
122122
with:
123123
release: ${{ matrix.matlab }}
124124
cache: true

.github/workflows/profile_bobyqa_small.yml

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

9999
- name: Set up MATLAB
100100
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
101-
uses: matlab-actions/setup-matlab@v2.5.0
101+
uses: matlab-actions/setup-matlab@v2.6.0
102102
with:
103103
release: ${{ matrix.matlab }}
104104
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.5.0
102+
uses: matlab-actions/setup-matlab@v2.6.0
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
@@ -106,15 +106,15 @@ jobs:
106106

107107
- name: Set up MATLAB with optimization toolbox
108108
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox == 'yes' }}
109-
uses: matlab-actions/setup-matlab@v2.5.0
109+
uses: matlab-actions/setup-matlab@v2.6.0
110110
with:
111111
release: ${{ matrix.matlab }}
112112
cache: true
113113
products: Optimization_Toolbox Parallel_Computing_Toolbox
114114

115115
- name: Set up MATLAB without optimization toolbox
116116
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }}
117-
uses: matlab-actions/setup-matlab@v2.5.0
117+
uses: matlab-actions/setup-matlab@v2.6.0
118118
with:
119119
release: ${{ matrix.matlab }}
120120
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.5.0
105+
uses: matlab-actions/setup-matlab@v2.6.0
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.5.0
99+
uses: matlab-actions/setup-matlab@v2.6.0
100100
with:
101101
release: ${{ matrix.matlab }}
102102
cache: true

0 commit comments

Comments
 (0)