Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: matlab-actions/setup-matlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent 8c79cf8 commit 33e26ae
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 @@ -53,7 +53,7 @@ jobs:
key: ${{ matrix.os }}-${{ matrix.matlab }}-yes

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2.0.0
uses: matlab-actions/setup-matlab@v2.1.0
with:
release: ${{ matrix.matlab }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
realpath "$(command -v gfortran)"
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2.0.0
uses: matlab-actions/setup-matlab@v2.1.0
with:
release: ${{ env.MATLAB_RELEASE }}

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 @@ -26,7 +26,7 @@ jobs:

- name: Set up MATLAB
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
uses: matlab-actions/setup-matlab@v2.0.0
uses: matlab-actions/setup-matlab@v2.1.0
with:
release: ${{ matrix.matlab_release }}

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 @@ -83,7 +83,7 @@ jobs:
realpath "$(command -v gfortran)"
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2.0.0
uses: matlab-actions/setup-matlab@v2.1.0
with:
release: ${{ env.MATLAB_RELEASE }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
key: ${{ matrix.os }}-${{ matrix.matlab }}-yes

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2.0.0
uses: matlab-actions/setup-matlab@v2.1.0
with:
release: ${{ matrix.matlab }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/recursive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
key: ${{ matrix.os }}-${{ matrix.matlab }}-yes

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2.0.0
uses: matlab-actions/setup-matlab@v2.1.0
with:
release: ${{ matrix.matlab }}

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 @@ -40,7 +40,7 @@ jobs:
realpath "$(command -v gfortran)"
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2.0.0
uses: matlab-actions/setup-matlab@v2.1.0
with:
release: ${{ env.MATLAB_RELEASE }}

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 @@ -85,7 +85,7 @@ jobs:
realpath "$(command -v gfortran)"
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2.0.0
uses: matlab-actions/setup-matlab@v2.1.0
with:
release: ${{ matrix.matlab_release }}

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 @@ -35,7 +35,7 @@ jobs:
run: bash .github/scripts/install_oneapi_macos.sh ${{ matrix.oneapi }}

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2.0.0
uses: matlab-actions/setup-matlab@v2.1.0
with:
release: ${{ matrix.matlab }}
cache: true
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 @@ -39,7 +39,7 @@ jobs:
realpath "$(command -v gfortran)"
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2.0.0
uses: matlab-actions/setup-matlab@v2.1.0
with:
release: ${{ env.MATLAB_RELEASE }}

Expand Down

0 comments on commit 33e26ae

Please sign in to comment.