Skip to content

Commit

Permalink
Bump matlab-actions/setup-matlab from 2.2.0 to 2.3.0
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>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent e940340 commit fbaef27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo apt-get -y install unzip wget tree
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2.2.0
uses: matlab-actions/setup-matlab@v2.3.0
with:
# MATLAB release to set up R2020a
release: R2023a
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
git clone https://github.com/MOcov/MOcov.git --depth 1
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2.2.0
uses: matlab-actions/setup-matlab@v2.3.0
with:
release: ${{ matrix.matlab }}

Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
git clone https://github.com/MOcov/MOcov.git --depth 1
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2.2.0
uses: matlab-actions/setup-matlab@v2.3.0
with:
release: ${{ matrix.matlab }}

Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
run: make -C demos/bayes data_ds000114

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

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

Expand Down

0 comments on commit fbaef27

Please sign in to comment.