From 1565ad2616753a11a2365003e87d59b3417bfdc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 04:26:19 +0000 Subject: [PATCH] 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](https://github.com/matlab-actions/setup-matlab/compare/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](https://github.com/matlab-actions/run-command/compare/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](https://github.com/codecov/codecov-action/compare/v5...v6) Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/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] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/doxygen-gh-pages.yml | 2 +- .github/workflows/matlab_tests.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 868c198d..537d2d18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v6 - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 - name: Setup Python uses: actions/setup-python@v6 @@ -150,7 +150,7 @@ jobs: # Unit tests - name: Produce MATLAB unit test data if: matrix.build_testing == 'ON' - uses: matlab-actions/run-command@v2 + uses: matlab-actions/run-command@v3 with: command: cd('tdms/tests/unit/benchmark_scripts/'), setup_unit_tests @@ -183,7 +183,7 @@ jobs: - name: Upload coverage reports to Codecov if: matrix.build_testing == 'ON' && contains(matrix.os, 'ubuntu') - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 # ------------------------------------------------------------------------------- # Upload build artefact for system tests @@ -220,7 +220,7 @@ jobs: uses: actions/checkout@v6 - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 - name: Install HDF5 libraries for Ubuntu if: ${{ contains(matrix.os, 'ubuntu') }} diff --git a/.github/workflows/doxygen-gh-pages.yml b/.github/workflows/doxygen-gh-pages.yml index 7bcc11b5..53880bc5 100644 --- a/.github/workflows/doxygen-gh-pages.yml +++ b/.github/workflows/doxygen-gh-pages.yml @@ -71,4 +71,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/matlab_tests.yml b/.github/workflows/matlab_tests.yml index 831fe31e..4efd67f6 100644 --- a/.github/workflows/matlab_tests.yml +++ b/.github/workflows/matlab_tests.yml @@ -23,9 +23,9 @@ jobs: uses: actions/checkout@v6 - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v2.6.1 + uses: matlab-actions/setup-matlab@v3.0.0 - name: Run script - uses: matlab-actions/run-command@v2 + uses: matlab-actions/run-command@v3 with: # rfpcb contains a delta function definition which must be removed so a delta struct can be defined command: rmpath([matlabroot '/toolbox/rfpcb/rfpcb/shapes']), run('tdms/tests/matlab/run_tests.m')