Skip to content

Commit

Permalink
Merge pull request #8 from equipez/dependabot/github_actions/matlab-a…
Browse files Browse the repository at this point in the history
…ctions/run-command-1.2.0

Bump matlab-actions/run-command from 1.1.3 to 1.2.0
  • Loading branch information
zaikunzhang authored May 19, 2023
2 parents 45a7c7f + 4b758e4 commit 78f574f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup_mex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Run the test
uses: matlab-actions/run-command@v1.1.3
uses: matlab-actions/run-command@v1.2.0
with:
command: |
lang = '${{ matrix.lang }}';
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup_mex_win_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Run the test
uses: matlab-actions/run-command@v1.1.3
uses: matlab-actions/run-command@v1.2.0
with:
command: |
lang = '${{ matrix.lang }}';
Expand Down

0 comments on commit 78f574f

Please sign in to comment.