From 646ec57521962521e425fcac1401ce68dafe0880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:22:41 +0000 Subject: [PATCH] build(deps): bump matlab-actions/run-build from 2.4.1 to 2.5.0 Bumps [matlab-actions/run-build](https://github.com/matlab-actions/run-build) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/matlab-actions/run-build/releases) - [Commits](https://github.com/matlab-actions/run-build/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: matlab-actions/run-build dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/matlab.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/matlab.yml b/.github/workflows/matlab.yml index b90871c3..1d3cff8e 100644 --- a/.github/workflows/matlab.yml +++ b/.github/workflows/matlab.yml @@ -22,7 +22,7 @@ jobs: release: ${{ matrix.release }} products: Signal_Processing_Toolbox Statistics_and_Machine_Learning_Toolbox Text_Analytics_Toolbox - name: Run tests - uses: matlab-actions/run-build@v2.4.1 + uses: matlab-actions/run-build@v2.5.0 with: tasks: check test - name: Report results @@ -55,7 +55,7 @@ jobs: with: release: R2023b - name: Package toolbox - uses: matlab-actions/run-build@v2.4.1 + uses: matlab-actions/run-build@v2.5.0 with: tasks: package("${{ env.VERSION }}") - name: Upload toolbox