Skip to content

Commit 1a92bfb

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

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.6.0
150+
uses: matlab-actions/setup-matlab@v2.6.1
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.6.0
69+
uses: matlab-actions/setup-matlab@v2.6.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
@@ -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.0
122+
uses: matlab-actions/setup-matlab@v2.6.1
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
@@ -130,15 +130,15 @@ jobs:
130130

131131
- name: Set up MATLAB with optimization toolbox
132132
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox == 'yes' }}
133-
uses: matlab-actions/setup-matlab@v2.6.0
133+
uses: matlab-actions/setup-matlab@v2.6.1
134134
with:
135135
release: ${{ matrix.matlab }}
136136
cache: true
137137
products: Optimization_Toolbox Parallel_Computing_Toolbox
138138

139139
- name: Set up MATLAB without optimization toolbox
140140
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }}
141-
uses: matlab-actions/setup-matlab@v2.6.0
141+
uses: matlab-actions/setup-matlab@v2.6.1
142142
with:
143143
release: ${{ matrix.matlab }}
144144
cache: true

.github/workflows/profile_all_sq.yml

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

127127
- name: Set up MATLAB with optimization toolbox
128128
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
129-
uses: matlab-actions/setup-matlab@v2.6.0
129+
uses: matlab-actions/setup-matlab@v2.6.1
130130
with:
131131
release: ${{ matrix.matlab }}
132132
cache: true

.github/workflows/profile_bobyqa_small.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.6.0
102+
uses: matlab-actions/setup-matlab@v2.6.1
103103
with:
104104
release: ${{ matrix.matlab }}
105105
cache: true

.github/workflows/profile_bobyqa_small_sq.yml

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

101101
- name: Set up MATLAB
102102
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
103-
uses: matlab-actions/setup-matlab@v2.6.0
103+
uses: matlab-actions/setup-matlab@v2.6.1
104104
with:
105105
release: ${{ matrix.matlab }}
106106
cache: true

.github/workflows/profile_cobyla_small.yml

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

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

117117
- name: Set up MATLAB without optimization toolbox
118118
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }}
119-
uses: matlab-actions/setup-matlab@v2.6.0
119+
uses: matlab-actions/setup-matlab@v2.6.1
120120
with:
121121
release: ${{ matrix.matlab }}
122122
cache: true

.github/workflows/profile_cobyla_small_sq.yml

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

105105
- name: Set up MATLAB with optimization toolbox
106106
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
107-
uses: matlab-actions/setup-matlab@v2.6.0
107+
uses: matlab-actions/setup-matlab@v2.6.1
108108
with:
109109
release: ${{ matrix.matlab }}
110110
cache: true

.github/workflows/profile_compiler_options.yml

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

9898
- name: Set up MATLAB with optimization toolbox
9999
if: ${{ steps.check_matlab.outputs.has_matlab != 'true'}}
100-
uses: matlab-actions/setup-matlab@v2.6.0
100+
uses: matlab-actions/setup-matlab@v2.6.1
101101
with:
102102
release: ${{ matrix.matlab }}
103103
cache: true

0 commit comments

Comments
 (0)