From 39f1675791b854713a406c13873cbb0816ac0b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:47:26 +0000 Subject: [PATCH] Bump matlab-actions/setup-matlab from 1.2.4 to 1.2.5 Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 1.2.4 to 1.2.5. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](https://github.com/matlab-actions/setup-matlab/compare/v1.2.4...v1.2.5) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab 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..2adb919a 100644 --- a/.github/workflows/build-matlab.yml +++ b/.github/workflows/build-matlab.yml @@ -8,7 +8,7 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - name: Install MATLAB - uses: matlab-actions/setup-matlab@v1.2.4 + uses: matlab-actions/setup-matlab@v1.2.5 with: release: R2021a - name: Run script diff --git a/.github/workflows/simulink-version.yml b/.github/workflows/simulink-version.yml index 79fb46a8..a0c784be 100644 --- a/.github/workflows/simulink-version.yml +++ b/.github/workflows/simulink-version.yml @@ -8,7 +8,7 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - name: Install MATLAB - uses: matlab-actions/setup-matlab@v1.2.4 + uses: matlab-actions/setup-matlab@v1.2.5 - name: Run script uses: matlab-actions/run-command@v1.2.1 with: