From 48ca1798ebc2692a365096d00bf4277ea006aa8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 21:20:19 +0000 Subject: [PATCH] Bump matlab-actions/run-command from 1.2.1 to 1.2.3 Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 1.2.1 to 1.2.3. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](https://github.com/matlab-actions/run-command/compare/v1.2.1...v1.2.3) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-matlab.yml | 2 +- .github/workflows/simulink-version.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-matlab.yml b/.github/workflows/build-matlab.yml index 747f60c2..fdf307cf 100644 --- a/.github/workflows/build-matlab.yml +++ b/.github/workflows/build-matlab.yml @@ -12,6 +12,6 @@ jobs: with: release: R2021a - name: Run script - uses: matlab-actions/run-command@v1.2.1 + uses: matlab-actions/run-command@v1.2.3 with: command: build_matlab diff --git a/.github/workflows/simulink-version.yml b/.github/workflows/simulink-version.yml index 79fb46a8..eb6cd7ea 100644 --- a/.github/workflows/simulink-version.yml +++ b/.github/workflows/simulink-version.yml @@ -10,6 +10,6 @@ jobs: - name: Install MATLAB uses: matlab-actions/setup-matlab@v1.2.4 - name: Run script - uses: matlab-actions/run-command@v1.2.1 + uses: matlab-actions/run-command@v1.2.3 with: command: cd simulink; releaseManagement();