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();