Skip to content

Commit b1960db

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/setup_mex.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: cmd.exe "/K" '"install_oneapi_windows.bat" ${{ matrix.oneapi }}'
8787

8888
- name: Set up MATLAB
89-
uses: matlab-actions/setup-matlab@v2.2.0
89+
uses: matlab-actions/setup-matlab@v2.3.0
9090
with:
9191
release: ${{ matrix.matlab }}
9292
cache: true

.github/workflows/setup_mex_win_latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: cmd.exe "/K" '"install_oneapi_windows.bat" ${{ matrix.oneapi }}'
2828

2929
- name: Set up MATLAB
30-
uses: matlab-actions/setup-matlab@v2.2.0
30+
uses: matlab-actions/setup-matlab@v2.3.0
3131
with:
3232
release: ${{ matrix.matlab }}
3333

0 commit comments

Comments
 (0)