Skip to content

Commit

Permalink
Bump matlab-actions/run-command from 2.1.0 to 2.1.1
Browse files Browse the repository at this point in the history
Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/matlab-actions/run-command/releases)
- [Commits](matlab-actions/run-command@v2.1.0...v2.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent 1177b64 commit 574eda9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/copyfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/[email protected].0
uses: matlab-actions/[email protected].1
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
release: ${{ env.MATLAB_RELEASE }}

- name: Run script
uses: matlab-actions/[email protected].0
uses: matlab-actions/[email protected].1
with:
command: |
cd('crash');
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/get_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
release: ${{ matrix.matlab_release }}

- name: Run script
uses: matlab-actions/[email protected].0
uses: matlab-actions/[email protected].1
with:
command: |
cd('get_files');
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mex_time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
release: ${{ env.MATLAB_RELEASE }}

- name: Run script
uses: matlab-actions/[email protected].0
uses: matlab-actions/[email protected].1
with:
command: |
system('realpath "$(command -v gfortran)"');
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/[email protected].0
uses: matlab-actions/[email protected].1
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/recursive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
release: ${{ matrix.matlab }}

- name: Conduct the test
uses: matlab-actions/[email protected].0
uses: matlab-actions/[email protected].1
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/successful_fix_crash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
release: ${{ env.MATLAB_RELEASE }}

- name: Run script
uses: matlab-actions/[email protected].0
uses: matlab-actions/[email protected].1
with:
command: |
cd('crash');
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
release: ${{ matrix.matlab_release }}

- name: Run script
uses: matlab-actions/[email protected].0
uses: matlab-actions/[email protected].1
with:
command: |
system('realpath "$(command -v gfortran)"');
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cache: true

- name: Run the test
uses: matlab-actions/[email protected].0
uses: matlab-actions/[email protected].1
with:
command: |
ver
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unsuccessful_fix_crash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
release: ${{ env.MATLAB_RELEASE }}

- name: Run script
uses: matlab-actions/[email protected].0
uses: matlab-actions/[email protected].1
with:
command: |
cd('crash');
Expand Down

0 comments on commit 574eda9

Please sign in to comment.