Skip to content

Commit cf4597b

Browse files
Bump matlab-actions/setup-matlab from 2.6.1 to 2.7.0
Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](matlab-actions/setup-matlab@v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e6b451 commit cf4597b

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
@@ -148,7 +148,7 @@ jobs:
148148
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"'
149149

150150
- name: Set up MATLAB
151-
uses: matlab-actions/setup-matlab@v2.6.1
151+
uses: matlab-actions/setup-matlab@v2.7.0
152152
with:
153153
release: ${{ matrix.matlab }}
154154
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.6.1
69+
uses: matlab-actions/setup-matlab@v2.7.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
@@ -119,7 +119,7 @@ jobs:
119119
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"'
120120

121121
- name: Set up MATLAB with optimization toolbox
122-
uses: matlab-actions/setup-matlab@v2.6.1
122+
uses: matlab-actions/setup-matlab@v2.7.0
123123
with:
124124
release: ${{ matrix.matlab }}
125125
cache: true

.github/workflows/profile_all.yml

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

129129
- name: Set up MATLAB with optimization toolbox
130130
if: ${{ matrix.with_optim_toolbox == 'yes' }}
131-
uses: matlab-actions/setup-matlab@v2.6.1
131+
uses: matlab-actions/setup-matlab@v2.7.0
132132
with:
133133
release: ${{ matrix.matlab }}
134134
cache: true
135135
products: Optimization_Toolbox Parallel_Computing_Toolbox
136136

137137
- name: Set up MATLAB without optimization toolbox
138138
if: ${{ matrix.with_optim_toolbox != 'yes' }}
139-
uses: matlab-actions/setup-matlab@v2.6.1
139+
uses: matlab-actions/setup-matlab@v2.7.0
140140
with:
141141
release: ${{ matrix.matlab }}
142142
cache: true

.github/workflows/profile_all_sq.yml

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

123123

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

.github/workflows/profile_bobyqa_small.yml

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

9797

9898
- name: Set up MATLAB
99-
uses: matlab-actions/setup-matlab@v2.6.1
99+
uses: matlab-actions/setup-matlab@v2.7.0
100100
with:
101101
release: ${{ matrix.matlab }}
102102
cache: true

.github/workflows/profile_bobyqa_small_sq.yml

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

9797

9898
- name: Set up MATLAB
99-
uses: matlab-actions/setup-matlab@v2.6.1
99+
uses: matlab-actions/setup-matlab@v2.7.0
100100
with:
101101
release: ${{ matrix.matlab }}
102102
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: ${{ matrix.with_optim_toolbox == 'yes' }}
109-
uses: matlab-actions/setup-matlab@v2.6.1
109+
uses: matlab-actions/setup-matlab@v2.7.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: ${{ matrix.with_optim_toolbox != 'yes' }}
117-
uses: matlab-actions/setup-matlab@v2.6.1
117+
uses: matlab-actions/setup-matlab@v2.7.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
@@ -100,7 +100,7 @@ jobs:
100100

101101

102102
- name: Set up MATLAB with optimization toolbox
103-
uses: matlab-actions/setup-matlab@v2.6.1
103+
uses: matlab-actions/setup-matlab@v2.7.0
104104
with:
105105
release: ${{ matrix.matlab }}
106106
cache: true

.github/workflows/profile_compiler_options.yml

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

9494

9595
- name: Set up MATLAB with optimization toolbox
96-
uses: matlab-actions/setup-matlab@v2.6.1
96+
uses: matlab-actions/setup-matlab@v2.7.0
9797
with:
9898
release: ${{ matrix.matlab }}
9999
cache: true

0 commit comments

Comments
 (0)