From d95df441f2480db24c1f583758e196d2af9df281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 07:22:49 +0000 Subject: [PATCH] Bump matlab-actions/run-command from 1.2.0 to 1.2.1 Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](https://github.com/matlab-actions/run-command/compare/v1.2.0...v1.2.1) --- 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/profile_all.yml | 2 +- .github/workflows/profile_bobyqa_small.yml | 2 +- .github/workflows/profile_cobyla_small.yml | 2 +- .github/workflows/profile_compiler_options.yml | 2 +- .github/workflows/profile_lincoa_small.yml | 2 +- .github/workflows/profile_newuoa_small.yml | 2 +- .github/workflows/profile_prima_small.yml | 2 +- .github/workflows/profile_quadruple.yml | 2 +- .github/workflows/profile_rescue_idz_classical.yml | 2 +- .github/workflows/profile_rescue_idz_modernized.yml | 2 +- .github/workflows/profile_single.yml | 2 +- .github/workflows/profile_uobyqa_small.yml | 2 +- .github/workflows/stress_test_matlab.yml | 2 +- .github/workflows/test_matlab.yml | 2 +- .github/workflows/verify_archiva.yml | 2 +- .github/workflows/verify_big.yml | 2 +- .github/workflows/verify_large.yml | 2 +- .github/workflows/verify_small.yml | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/profile_all.yml b/.github/workflows/profile_all.yml index 44f59ac092..c8e53ad754 100644 --- a/.github/workflows/profile_all.yml +++ b/.github/workflows/profile_all.yml @@ -98,7 +98,7 @@ jobs: release: ${{ matrix.matlab }} - name: Conduct the test - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: | ver; diff --git a/.github/workflows/profile_bobyqa_small.yml b/.github/workflows/profile_bobyqa_small.yml index 6819caa41b..85d3029633 100644 --- a/.github/workflows/profile_bobyqa_small.yml +++ b/.github/workflows/profile_bobyqa_small.yml @@ -64,7 +64,7 @@ jobs: release: ${{ matrix.matlab }} - name: Conduct the test - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: | ver; diff --git a/.github/workflows/profile_cobyla_small.yml b/.github/workflows/profile_cobyla_small.yml index 8bbbc43071..94fb20d9bb 100644 --- a/.github/workflows/profile_cobyla_small.yml +++ b/.github/workflows/profile_cobyla_small.yml @@ -77,7 +77,7 @@ jobs: release: ${{ matrix.matlab }} - name: Conduct the test - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: | ver; diff --git a/.github/workflows/profile_compiler_options.yml b/.github/workflows/profile_compiler_options.yml index 54f2635bfe..640d468161 100644 --- a/.github/workflows/profile_compiler_options.yml +++ b/.github/workflows/profile_compiler_options.yml @@ -91,7 +91,7 @@ jobs: sed -i "s|return|for ifile = 1 : length(config_files), ifile, cfile = fullfile(config_dir, config_files{ifile}) , system(['cat ', cfile]); end|" set_compiler_options.m - name: Conduct the test - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: | ver; diff --git a/.github/workflows/profile_lincoa_small.yml b/.github/workflows/profile_lincoa_small.yml index 7b5b56f6c0..eddf529615 100644 --- a/.github/workflows/profile_lincoa_small.yml +++ b/.github/workflows/profile_lincoa_small.yml @@ -73,7 +73,7 @@ jobs: release: ${{ matrix.matlab }} - name: Conduct the test - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: | ver; diff --git a/.github/workflows/profile_newuoa_small.yml b/.github/workflows/profile_newuoa_small.yml index eca0cd4f65..651b7c79ca 100644 --- a/.github/workflows/profile_newuoa_small.yml +++ b/.github/workflows/profile_newuoa_small.yml @@ -64,7 +64,7 @@ jobs: release: ${{ matrix.matlab }} - name: Conduct the test - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: | ver; diff --git a/.github/workflows/profile_prima_small.yml b/.github/workflows/profile_prima_small.yml index 27d876a203..e9d555c05a 100644 --- a/.github/workflows/profile_prima_small.yml +++ b/.github/workflows/profile_prima_small.yml @@ -74,7 +74,7 @@ jobs: release: ${{ matrix.matlab }} - name: Conduct the test - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: | ver; diff --git a/.github/workflows/profile_quadruple.yml b/.github/workflows/profile_quadruple.yml index f5dac02759..3ec859886e 100644 --- a/.github/workflows/profile_quadruple.yml +++ b/.github/workflows/profile_quadruple.yml @@ -69,7 +69,7 @@ jobs: products: Optimization_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: | ver; diff --git a/.github/workflows/profile_rescue_idz_classical.yml b/.github/workflows/profile_rescue_idz_classical.yml index 7a522574f1..de06906257 100644 --- a/.github/workflows/profile_rescue_idz_classical.yml +++ b/.github/workflows/profile_rescue_idz_classical.yml @@ -69,7 +69,7 @@ jobs: products: Optimization_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: | ver; diff --git a/.github/workflows/profile_rescue_idz_modernized.yml b/.github/workflows/profile_rescue_idz_modernized.yml index e07b6210f5..ccc1cdd512 100644 --- a/.github/workflows/profile_rescue_idz_modernized.yml +++ b/.github/workflows/profile_rescue_idz_modernized.yml @@ -69,7 +69,7 @@ jobs: products: Optimization_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: | ver; diff --git a/.github/workflows/profile_single.yml b/.github/workflows/profile_single.yml index 3d417e7828..4ef03df6a1 100644 --- a/.github/workflows/profile_single.yml +++ b/.github/workflows/profile_single.yml @@ -69,7 +69,7 @@ jobs: products: Optimization_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: | ver; diff --git a/.github/workflows/profile_uobyqa_small.yml b/.github/workflows/profile_uobyqa_small.yml index c70d0f82e8..9074a650c1 100644 --- a/.github/workflows/profile_uobyqa_small.yml +++ b/.github/workflows/profile_uobyqa_small.yml @@ -64,7 +64,7 @@ jobs: release: ${{ matrix.matlab }} - name: Conduct the test - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: | ver; diff --git a/.github/workflows/stress_test_matlab.yml b/.github/workflows/stress_test_matlab.yml index 8d2980cd69..872687cb6a 100644 --- a/.github/workflows/stress_test_matlab.yml +++ b/.github/workflows/stress_test_matlab.yml @@ -107,7 +107,7 @@ jobs: products: Optimization_Toolbox - name: Conduct the test - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: | ver; diff --git a/.github/workflows/test_matlab.yml b/.github/workflows/test_matlab.yml index d965a67b01..b84d1b8e65 100644 --- a/.github/workflows/test_matlab.yml +++ b/.github/workflows/test_matlab.yml @@ -103,7 +103,7 @@ jobs: release: ${{ matrix.matlab }} - name: Conduct the test - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: | ver; diff --git a/.github/workflows/verify_archiva.yml b/.github/workflows/verify_archiva.yml index de0fc30432..3858f2f291 100644 --- a/.github/workflows/verify_archiva.yml +++ b/.github/workflows/verify_archiva.yml @@ -66,7 +66,7 @@ jobs: release: ${{ matrix.matlab }} - name: Conduct the test - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: | ver; diff --git a/.github/workflows/verify_big.yml b/.github/workflows/verify_big.yml index 9df5ce55e0..2741e0b1d7 100644 --- a/.github/workflows/verify_big.yml +++ b/.github/workflows/verify_big.yml @@ -59,7 +59,7 @@ jobs: release: ${{ matrix.matlab }} - name: Conduct the test - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: | ver; diff --git a/.github/workflows/verify_large.yml b/.github/workflows/verify_large.yml index e0a615dec9..c57aba0bcc 100644 --- a/.github/workflows/verify_large.yml +++ b/.github/workflows/verify_large.yml @@ -59,7 +59,7 @@ jobs: release: ${{ matrix.matlab }} - name: Conduct the test - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: | ver; diff --git a/.github/workflows/verify_small.yml b/.github/workflows/verify_small.yml index 089cac8177..df64c942fe 100644 --- a/.github/workflows/verify_small.yml +++ b/.github/workflows/verify_small.yml @@ -59,7 +59,7 @@ jobs: release: ${{ matrix.matlab }} - name: Conduct the test - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: | ver;