Skip to content

Commit 2cc5046

Browse files
authored
Merge pull request #32 from equipez/dependabot/github_actions/matlab-actions/setup-matlab-2.2.0
2 parents aa9c091 + 3302343 commit 2cc5046

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
@@ -88,7 +88,7 @@ jobs:
8888
run: cmd.exe "/K" '"install_oneapi_windows.bat" ${{ matrix.oneapi }}'
8989

9090
- name: Set up MATLAB
91-
uses: matlab-actions/setup-matlab@v2.1.2
91+
uses: matlab-actions/setup-matlab@v2.2.0
9292
with:
9393
release: ${{ matrix.matlab }}
9494
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.1.2
30+
uses: matlab-actions/setup-matlab@v2.2.0
3131
with:
3232
release: ${{ matrix.matlab }}
3333

0 commit comments

Comments
 (0)