Skip to content

Commit

Permalink
Bump matlab-actions/setup-matlab from 2.1.0 to 2.1.1 (#1222)
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.0 to 2.1.1.
- [Release notes](https://github.com/matlab-actions/setup-matlab/releases)
- [Commits](matlab-actions/setup-matlab@v2.1.0...v2.1.1)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent e6e7c46 commit feb0705
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_notebooks.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
sudo apt-get -y install unzip wget tree
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2.1.0
uses: matlab-actions/setup-matlab@v2.1.1
with:
# MATLAB release to set up R2020a
release: R2023a
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -131,7 +131,7 @@ jobs:
git clone https://github.com/MOcov/MOcov.git --depth 1
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2.1.0
uses: matlab-actions/setup-matlab@v2.1.1
with:
release: ${{ matrix.matlab }}

2 changes: 1 addition & 1 deletion .github/workflows/tests_windows.yml
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ jobs:
git clone https://github.com/MOcov/MOcov.git --depth 1
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2.1.0
uses: matlab-actions/setup-matlab@v2.1.1
with:
release: ${{ matrix.matlab }}

0 comments on commit feb0705

Please sign in to comment.