Skip to content

Commit 4dc9e20

Browse files
ci(deps): bump matlab-actions/run-command from 2 to 3 (#48)
Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 2 to 3. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](matlab-actions/run-command@v2...v3) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab0848f commit 4dc9e20

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
cache: true
165165

166166
- name: Run MATLAB-only examples
167-
uses: matlab-actions/run-command@v2
167+
uses: matlab-actions/run-command@v3
168168
with:
169169
command: |
170170
install();

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Compile MEX files (MATLAB)
6868
if: steps.cache-mex-matlab.outputs.cache-hit != 'true'
69-
uses: matlab-actions/run-command@v2
69+
uses: matlab-actions/run-command@v3
7070
with:
7171
command: "install();"
7272

@@ -264,7 +264,7 @@ jobs:
264264
- name: MATLAB which-mksqlite check
265265
if: always()
266266
continue-on-error: true
267-
uses: matlab-actions/run-command@v2
267+
uses: matlab-actions/run-command@v3
268268
with:
269269
command: |
270270
addpath('.');
@@ -279,7 +279,7 @@ jobs:
279279
end
280280
281281
- name: Run tests with coverage
282-
uses: matlab-actions/run-command@v2
282+
uses: matlab-actions/run-command@v3
283283
with:
284284
command: "addpath('scripts'); run_tests_with_coverage();"
285285

0 commit comments

Comments
 (0)