Skip to content

Commit

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

Bump matlab-actions/run-command from 2.1.0 to 2.1.1
  • Loading branch information
zaikunzhang authored Apr 12, 2024
2 parents 1177b64 + 574eda9 commit d656dcb
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 d656dcb

Please sign in to comment.