Skip to content

Commit

Permalink
Bump matlab-actions/setup-matlab from 2.1.1 to 2.1.2
Browse files Browse the repository at this point in the history
Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/matlab-actions/setup-matlab/releases)
- [Commits](matlab-actions/setup-matlab@v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: matlab-actions/setup-matlab
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent b91dd29 commit a026b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup_mex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: cmd.exe "/K" '"install_oneapi_windows.bat" ${{ matrix.oneapi }}'

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2.1.1
uses: matlab-actions/setup-matlab@v2.1.2
with:
release: ${{ matrix.matlab }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup_mex_win_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: cmd.exe "/K" '"install_oneapi_windows.bat" ${{ matrix.oneapi }}'

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2.1.1
uses: matlab-actions/setup-matlab@v2.1.2
with:
release: ${{ matrix.matlab }}

Expand Down

0 comments on commit a026b3c

Please sign in to comment.