Skip to content

Commit 1565ad2

Browse files
Bump the all-github-actions group in /.github/workflows with 4 updates
Bumps the all-github-actions group in /.github/workflows with 4 updates: [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab), [matlab-actions/run-command](https://github.com/matlab-actions/run-command), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [actions/deploy-pages](https://github.com/actions/deploy-pages). Updates `matlab-actions/setup-matlab` from 2.6.1 to 3.0.0 - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](matlab-actions/setup-matlab@v2.6.1...v3.0.0) Updates `matlab-actions/run-command` from 2 to 3 - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](matlab-actions/run-command@v2...v3) Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@v4...v5) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: matlab-actions/run-command dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b3a84d commit 1565ad2

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v6
5555

5656
- name: Set up MATLAB
57-
uses: matlab-actions/setup-matlab@v2.6.1
57+
uses: matlab-actions/setup-matlab@v3.0.0
5858

5959
- name: Setup Python
6060
uses: actions/setup-python@v6
@@ -150,7 +150,7 @@ jobs:
150150
# Unit tests
151151
- name: Produce MATLAB unit test data
152152
if: matrix.build_testing == 'ON'
153-
uses: matlab-actions/run-command@v2
153+
uses: matlab-actions/run-command@v3
154154
with:
155155
command: cd('tdms/tests/unit/benchmark_scripts/'), setup_unit_tests
156156

@@ -183,7 +183,7 @@ jobs:
183183
184184
- name: Upload coverage reports to Codecov
185185
if: matrix.build_testing == 'ON' && contains(matrix.os, 'ubuntu')
186-
uses: codecov/codecov-action@v5
186+
uses: codecov/codecov-action@v6
187187

188188
# -------------------------------------------------------------------------------
189189
# Upload build artefact for system tests
@@ -220,7 +220,7 @@ jobs:
220220
uses: actions/checkout@v6
221221

222222
- name: Set up MATLAB
223-
uses: matlab-actions/setup-matlab@v2.6.1
223+
uses: matlab-actions/setup-matlab@v3.0.0
224224

225225
- name: Install HDF5 libraries for Ubuntu
226226
if: ${{ contains(matrix.os, 'ubuntu') }}

.github/workflows/doxygen-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
steps:
7272
- name: Deploy to GitHub Pages
7373
id: deployment
74-
uses: actions/deploy-pages@v4
74+
uses: actions/deploy-pages@v5

.github/workflows/matlab_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
uses: actions/checkout@v6
2424

2525
- name: Set up MATLAB
26-
uses: matlab-actions/setup-matlab@v2.6.1
26+
uses: matlab-actions/setup-matlab@v3.0.0
2727

2828
- name: Run script
29-
uses: matlab-actions/run-command@v2
29+
uses: matlab-actions/run-command@v3
3030
with: # rfpcb contains a delta function definition which must be removed so a delta struct can be defined
3131
command: rmpath([matlabroot '/toolbox/rfpcb/rfpcb/shapes']), run('tdms/tests/matlab/run_tests.m')

0 commit comments

Comments
 (0)