Skip to content

Commit 2730010

Browse files
authored
Merge pull request #28 from equipez/dependabot/github_actions/matlab-actions/setup-matlab-2.1.2
Bump matlab-actions/setup-matlab from 2.1.1 to 2.1.2
2 parents b91dd29 + a026b3c commit 2730010

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

7676
- name: Set up MATLAB
77-
uses: matlab-actions/[email protected].1
77+
uses: matlab-actions/[email protected].2
7878
with:
7979
release: ${{ matrix.matlab }}
8080
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/[email protected].1
30+
uses: matlab-actions/[email protected].2
3131
with:
3232
release: ${{ matrix.matlab }}
3333

0 commit comments

Comments
 (0)