Skip to content

Commit

Permalink
Merge pull request #10 from equipez/dependabot/github_actions/matlab-…
Browse files Browse the repository at this point in the history
…actions/run-command-1.2.1

Bump matlab-actions/run-command from 1.2.0 to 1.2.1
  • Loading branch information
zaikunzhang authored Jul 28, 2023
2 parents bfd74bb + adf5d20 commit 6d22782
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/[email protected].0
uses: matlab-actions/[email protected].1
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/[email protected].0
uses: matlab-actions/[email protected].1
with:
command: |
lang = '${{ matrix.lang }}';
Expand Down

0 comments on commit 6d22782

Please sign in to comment.