Skip to content

Commit 209e4b2

Browse files
MINOR: [CI] Bump matlab-actions/setup-matlab from 2.7.0 to 3.0.0
Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.7.0 to 3.0.0. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](matlab-actions/setup-matlab@aa8bbc7...c6998d1) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c16a8b2 commit 209e4b2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/matlab.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install ninja-build
5858
run: sudo apt-get install ninja-build
5959
- name: Install MATLAB
60-
uses: matlab-actions/setup-matlab@aa8bbc7b76daa63c5d456d1430cbd6cb5b626ab4 # v2.7.0
60+
uses: matlab-actions/setup-matlab@a0180c939fb1a28de13f44f7b778b912384ced1f # v3.0.1
6161
with:
6262
release: R2025b
6363
- name: Install ccache
@@ -105,7 +105,7 @@ jobs:
105105
- name: Install ninja-build
106106
run: brew install ninja
107107
- name: Install MATLAB
108-
uses: matlab-actions/setup-matlab@aa8bbc7b76daa63c5d456d1430cbd6cb5b626ab4 # v2.7.0
108+
uses: matlab-actions/setup-matlab@a0180c939fb1a28de13f44f7b778b912384ced1f # v3.0.1
109109
with:
110110
release: R2025b
111111
- name: Install ccache
@@ -144,7 +144,7 @@ jobs:
144144
with:
145145
fetch-depth: 0
146146
- name: Install MATLAB
147-
uses: matlab-actions/setup-matlab@aa8bbc7b76daa63c5d456d1430cbd6cb5b626ab4 # v2.7.0
147+
uses: matlab-actions/setup-matlab@a0180c939fb1a28de13f44f7b778b912384ced1f # v3.0.1
148148
with:
149149
release: R2025b
150150
- name: Install ccache

0 commit comments

Comments
 (0)