diff --git a/.github/workflows/parallel_test.yml b/.github/workflows/parallel_test.yml index 175e6765..eb0fa8c0 100644 --- a/.github/workflows/parallel_test.yml +++ b/.github/workflows/parallel_test.yml @@ -83,7 +83,7 @@ jobs: run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat"' - name: Cache MATLAB # N.B.: Clear the cache when the `latest` version of MATLAB changes in March and September - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-yes diff --git a/.github/workflows/profile_bfgs_big.yml b/.github/workflows/profile_bfgs_big.yml index 745d9668..f1686667 100644 --- a/.github/workflows/profile_bfgs_big.yml +++ b/.github/workflows/profile_bfgs_big.yml @@ -55,7 +55,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_bfgs_small.yml b/.github/workflows/profile_bfgs_small.yml index b0a1a71c..7ddb47ca 100644 --- a/.github/workflows/profile_bfgs_small.yml +++ b/.github/workflows/profile_bfgs_small.yml @@ -60,7 +60,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_bfo_big.yml b/.github/workflows/profile_bfo_big.yml index ce000007..f7daccd2 100644 --- a/.github/workflows/profile_bfo_big.yml +++ b/.github/workflows/profile_bfo_big.yml @@ -64,7 +64,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_bfo_small.yml b/.github/workflows/profile_bfo_small.yml index 8bce3efc..0c96a47f 100644 --- a/.github/workflows/profile_bfo_small.yml +++ b/.github/workflows/profile_bfo_small.yml @@ -65,7 +65,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_big_reduction_factor.yml b/.github/workflows/profile_big_reduction_factor.yml index 4d95ae86..b5c5d1ef 100644 --- a/.github/workflows/profile_big_reduction_factor.yml +++ b/.github/workflows/profile_big_reduction_factor.yml @@ -55,7 +55,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_dspd_big.yml b/.github/workflows/profile_dspd_big.yml index db5f836a..0ccf4e65 100644 --- a/.github/workflows/profile_dspd_big.yml +++ b/.github/workflows/profile_dspd_big.yml @@ -55,7 +55,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_dspd_small.yml b/.github/workflows/profile_dspd_small.yml index c29fb8ed..b3c93a80 100644 --- a/.github/workflows/profile_dspd_small.yml +++ b/.github/workflows/profile_dspd_small.yml @@ -55,7 +55,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_lam_big.yml b/.github/workflows/profile_lam_big.yml index 9b208e00..4cad944f 100644 --- a/.github/workflows/profile_lam_big.yml +++ b/.github/workflows/profile_lam_big.yml @@ -56,7 +56,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_lam_small.yml b/.github/workflows/profile_lam_small.yml index 2410cd87..bdfc2cc4 100644 --- a/.github/workflows/profile_lam_small.yml +++ b/.github/workflows/profile_lam_small.yml @@ -56,7 +56,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_nlopt_big.yml b/.github/workflows/profile_nlopt_big.yml index 763fba4d..c3878303 100644 --- a/.github/workflows/profile_nlopt_big.yml +++ b/.github/workflows/profile_nlopt_big.yml @@ -72,7 +72,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_nlopt_small.yml b/.github/workflows/profile_nlopt_small.yml index edc68ff9..d4a04efc 100644 --- a/.github/workflows/profile_nlopt_small.yml +++ b/.github/workflows/profile_nlopt_small.yml @@ -71,7 +71,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_nomad_big.yml b/.github/workflows/profile_nomad_big.yml index 53f99794..f400fb67 100644 --- a/.github/workflows/profile_nomad_big.yml +++ b/.github/workflows/profile_nomad_big.yml @@ -70,7 +70,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_nomad_small.yml b/.github/workflows/profile_nomad_small.yml index cdfb1d7e..3aa72021 100644 --- a/.github/workflows/profile_nomad_small.yml +++ b/.github/workflows/profile_nomad_small.yml @@ -71,7 +71,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_pads_big.yml b/.github/workflows/profile_pads_big.yml index 7cc64489..4a3e851e 100644 --- a/.github/workflows/profile_pads_big.yml +++ b/.github/workflows/profile_pads_big.yml @@ -55,7 +55,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_pads_small.yml b/.github/workflows/profile_pads_small.yml index 854571e8..2b6c73f0 100644 --- a/.github/workflows/profile_pads_small.yml +++ b/.github/workflows/profile_pads_small.yml @@ -55,7 +55,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_pbds_big.yml b/.github/workflows/profile_pbds_big.yml index 82f978bb..2f09b200 100644 --- a/.github/workflows/profile_pbds_big.yml +++ b/.github/workflows/profile_pbds_big.yml @@ -55,7 +55,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_pbds_small.yml b/.github/workflows/profile_pbds_small.yml index f14e390f..841a79cb 100644 --- a/.github/workflows/profile_pbds_small.yml +++ b/.github/workflows/profile_pbds_small.yml @@ -55,7 +55,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_prima_big.yml b/.github/workflows/profile_prima_big.yml index b9910012..6eb799ac 100644 --- a/.github/workflows/profile_prima_big.yml +++ b/.github/workflows/profile_prima_big.yml @@ -61,7 +61,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_prima_small.yml b/.github/workflows/profile_prima_small.yml index fe5378d4..343494b5 100644 --- a/.github/workflows/profile_prima_small.yml +++ b/.github/workflows/profile_prima_small.yml @@ -61,7 +61,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_rbds_big.yml b/.github/workflows/profile_rbds_big.yml index 5cff382b..5b94093a 100644 --- a/.github/workflows/profile_rbds_big.yml +++ b/.github/workflows/profile_rbds_big.yml @@ -55,7 +55,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_rbds_small.yml b/.github/workflows/profile_rbds_small.yml index 94d88d8d..939edcb2 100644 --- a/.github/workflows/profile_rbds_small.yml +++ b/.github/workflows/profile_rbds_small.yml @@ -55,7 +55,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_scbds_big.yml b/.github/workflows/profile_scbds_big.yml index 907338b1..fef0c795 100644 --- a/.github/workflows/profile_scbds_big.yml +++ b/.github/workflows/profile_scbds_big.yml @@ -55,7 +55,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_scbds_small.yml b/.github/workflows/profile_scbds_small.yml index a6d5a030..1363edf3 100644 --- a/.github/workflows/profile_scbds_small.yml +++ b/.github/workflows/profile_scbds_small.yml @@ -55,7 +55,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_simplex_big.yml b/.github/workflows/profile_simplex_big.yml index bf083d7b..615df9a2 100644 --- a/.github/workflows/profile_simplex_big.yml +++ b/.github/workflows/profile_simplex_big.yml @@ -55,7 +55,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_simplex_small.yml b/.github/workflows/profile_simplex_small.yml index bea37f6a..e6e567da 100644 --- a/.github/workflows/profile_simplex_small.yml +++ b/.github/workflows/profile_simplex_small.yml @@ -55,7 +55,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/profile_small_reduction_factor.yml b/.github/workflows/profile_small_reduction_factor.yml index 6ba8ed83..653152eb 100644 --- a/.github/workflows/profile_small_reduction_factor.yml +++ b/.github/workflows/profile_small_reduction_factor.yml @@ -55,7 +55,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/recursive_test.yml b/.github/workflows/recursive_test.yml index 55e59dbc..30fbe350 100644 --- a/.github/workflows/recursive_test.yml +++ b/.github/workflows/recursive_test.yml @@ -141,7 +141,7 @@ jobs: run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat"' - name: Cache MATLAB # N.B.: Clear the cache when the `latest` version of MATLAB changes in March and September - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-yes diff --git a/.github/workflows/stress_test.yml b/.github/workflows/stress_test.yml index e07aa451..7da8798d 100644 --- a/.github/workflows/stress_test.yml +++ b/.github/workflows/stress_test.yml @@ -32,7 +32,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/test_StepTolerance.yml b/.github/workflows/test_StepTolerance.yml index 49a69664..c548a39e 100644 --- a/.github/workflows/test_StepTolerance.yml +++ b/.github/workflows/test_StepTolerance.yml @@ -36,7 +36,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/test_badly_scaled.yml b/.github/workflows/test_badly_scaled.yml index bda4873f..180dd2cf 100644 --- a/.github/workflows/test_badly_scaled.yml +++ b/.github/workflows/test_badly_scaled.yml @@ -62,7 +62,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/test_default_big.yml b/.github/workflows/test_default_big.yml index 87235385..2899ce86 100644 --- a/.github/workflows/test_default_big.yml +++ b/.github/workflows/test_default_big.yml @@ -97,7 +97,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/test_default_small.yml b/.github/workflows/test_default_small.yml index 4dfde4f6..f7ebb899 100644 --- a/.github/workflows/test_default_small.yml +++ b/.github/workflows/test_default_small.yml @@ -97,7 +97,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/test_forcing_function.yml b/.github/workflows/test_forcing_function.yml index 0a7c9aec..65da4f32 100644 --- a/.github/workflows/test_forcing_function.yml +++ b/.github/workflows/test_forcing_function.yml @@ -56,7 +56,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/test_initial_point_technique.yml b/.github/workflows/test_initial_point_technique.yml index f227bbc5..94da2008 100644 --- a/.github/workflows/test_initial_point_technique.yml +++ b/.github/workflows/test_initial_point_technique.yml @@ -55,7 +55,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/test_reduction_ratio_big.yml b/.github/workflows/test_reduction_ratio_big.yml index 8595a140..994dcd83 100644 --- a/.github/workflows/test_reduction_ratio_big.yml +++ b/.github/workflows/test_reduction_ratio_big.yml @@ -72,7 +72,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/test_reduction_ratio_small.yml b/.github/workflows/test_reduction_ratio_small.yml index 0c6a515e..b8dfe28e 100644 --- a/.github/workflows/test_reduction_ratio_small.yml +++ b/.github/workflows/test_reduction_ratio_small.yml @@ -72,7 +72,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/test_replacement_delay_big.yml b/.github/workflows/test_replacement_delay_big.yml index 0f8157ed..79740590 100644 --- a/.github/workflows/test_replacement_delay_big.yml +++ b/.github/workflows/test_replacement_delay_big.yml @@ -56,7 +56,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/test_replacement_delay_small.yml b/.github/workflows/test_replacement_delay_small.yml index dc5c2a35..269ae542 100644 --- a/.github/workflows/test_replacement_delay_small.yml +++ b/.github/workflows/test_replacement_delay_small.yml @@ -56,7 +56,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/unit_test.yml b/.github/workflows/unit_test.yml index 77f9f5e5..f1d140e0 100644 --- a/.github/workflows/unit_test.yml +++ b/.github/workflows/unit_test.yml @@ -30,7 +30,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }} diff --git a/.github/workflows/verify_norma.yml b/.github/workflows/verify_norma.yml index 505950d2..516f856c 100644 --- a/.github/workflows/verify_norma.yml +++ b/.github/workflows/verify_norma.yml @@ -59,7 +59,7 @@ jobs: - name: Cache MATLAB id: cache-matlab - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ${{ runner.tool_cache }}/MATLAB key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }}