Skip to content

Commit

Permalink
Bump actions/cache from 4.0.1 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.0.1...v4.0.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 7, 2024
1 parent e646a6d commit 275781d
Show file tree
Hide file tree
Showing 41 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/parallel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_bfgs_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_bfgs_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_bfo_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_bfo_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_big_reduction_factor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_dspd_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_dspd_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_lam_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_lam_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_nlopt_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_nlopt_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_nomad_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_nomad_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_pads_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_pads_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_pbds_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_pbds_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_prima_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_prima_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_rbds_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_rbds_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_scbds_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_scbds_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_simplex_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_simplex_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_small_reduction_factor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/recursive_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stress_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_StepTolerance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_badly_scaled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_default_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_default_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_forcing_function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_initial_point_technique.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_reduction_ratio_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_reduction_ratio_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_replacement_delay_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_replacement_delay_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_norma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 275781d

Please sign in to comment.