From 83d56e886076e05375faf6e3d26c02656c5af160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:47:29 +0000 Subject: [PATCH] Bump matlab-actions/run-command from 1.2.1 to 1.2.2 Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](https://github.com/matlab-actions/run-command/compare/v1.2.1...v1.2.2) --- 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..8602344b 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.2 with: command: build_matlab diff --git a/.github/workflows/simulink-version.yml b/.github/workflows/simulink-version.yml index 79fb46a8..8ee2c951 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.2 with: command: cd simulink; releaseManagement();