Skip to content

Commit ab1e3e9

Browse files
Bump matlab-actions/setup-matlab from 3.0.0 to 3.0.1
Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](matlab-actions/setup-matlab@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bde84e8 commit ab1e3e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/setup_mex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
run: cmd.exe "/K" '"install_oneapi_windows.bat" ${{ matrix.oneapi }}'
107107

108108
- name: Set up MATLAB
109-
uses: matlab-actions/setup-matlab@v3.0.0
109+
uses: matlab-actions/setup-matlab@v3.0.1
110110
with:
111111
release: ${{ matrix.matlab }}
112112
cache: true

.github/workflows/setup_mex_mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: which gcc && gcc --version && which gfortran && gfortran --version
4141

4242
- name: Set up MATLAB
43-
uses: matlab-actions/setup-matlab@v3.0.0
43+
uses: matlab-actions/setup-matlab@v3.0.1
4444
with:
4545
release: ${{ matrix.matlab }}
4646
cache: true

0 commit comments

Comments
 (0)