Skip to content

Commit

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

Bump matlab-actions/run-command from 1.2.2 to 1.2.3
  • Loading branch information
zaikunzhang authored Dec 27, 2023
2 parents a6141d3 + b6ac8c8 commit 663d1f9
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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].2
uses: matlab-actions/[email protected].3
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].2
uses: matlab-actions/[email protected].3
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].2
uses: matlab-actions/[email protected].3
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].2
uses: matlab-actions/[email protected].3
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].2
uses: matlab-actions/[email protected].3
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].2
uses: matlab-actions/[email protected].3
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].2
uses: matlab-actions/[email protected].3
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].2
uses: matlab-actions/[email protected].3
with:
command: |
system('realpath "$(command -v gfortran)"');
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].2
uses: matlab-actions/[email protected].3
with:
command: |
cd('crash');
Expand Down

0 comments on commit 663d1f9

Please sign in to comment.