Skip to content

Commit

Permalink
Bump matlab-actions/run-command from 1.2.1 to 1.2.3
Browse files Browse the repository at this point in the history
Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 1.2.1 to 1.2.3.
- [Release notes](https://github.com/matlab-actions/run-command/releases)
- [Commits](matlab-actions/run-command@v1.2.1...v1.2.3)

---
updated-dependencies:
- dependency-name: matlab-actions/run-command
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent a561961 commit 48ca179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
with:
release: R2021a
- name: Run script
uses: matlab-actions/run-command@v1.2.1
uses: matlab-actions/run-command@v1.2.3
with:
command: build_matlab
2 changes: 1 addition & 1 deletion .github/workflows/simulink-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v1.2.4
- name: Run script
uses: matlab-actions/run-command@v1.2.1
uses: matlab-actions/run-command@v1.2.3
with:
command: cd simulink; releaseManagement();

0 comments on commit 48ca179

Please sign in to comment.