Skip to content

Commit

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

Bump matlab-actions/run-command from 2.0.0 to 2.1.0
  • Loading branch information
zaikunzhang authored Mar 8, 2024
2 parents 1660b15 + 6beb68e commit edba7b4
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 @@ -75,7 +75,7 @@ jobs:
cache: true

- name: Run the test
uses: matlab-actions/run-command@v2.0.0
uses: matlab-actions/run-command@v2.1.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@v2.0.0
uses: matlab-actions/run-command@v2.1.0
with:
command: |
lang = '${{ matrix.lang }}';
Expand Down

0 comments on commit edba7b4

Please sign in to comment.