Skip to content

Commit

Permalink
Bump matlab-actions/setup-matlab from 2.2.0 to 2.3.0 (#735)
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.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent b228776 commit ba3672b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2.2.0
uses: matlab-actions/setup-matlab@v2.3.0
with:
release: R2023a

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:

- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2.2.0
uses: matlab-actions/setup-matlab@v2.3.0
with:
release: ${{matrix.version}}

Expand Down

0 comments on commit ba3672b

Please sign in to comment.