Skip to content

Commit 0eec0e0

Browse files
Bump actions/cache from 4.0.1 to 4.0.2
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>
1 parent b4769ba commit 0eec0e0

42 files changed

Lines changed: 42 additions & 42 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/nvfortran_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: bash .github/scripts/misc_setup
5555

5656
- name: Cache MATLAB # N.B.: Clear the cache when the `latest` version of MATLAB changes in March and September
57-
uses: actions/cache@v4.0.1
57+
uses: actions/cache@v4.0.2
5858
with:
5959
path: ${{ runner.tool_cache }}/MATLAB
6060
key: ${{ matrix.os }}-${{ matrix.matlab }}-yes

.github/workflows/parallel_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat"'
8484

8585
- name: Cache MATLAB # N.B.: Clear the cache when the `latest` version of MATLAB changes in March and September
86-
uses: actions/cache@v4.0.1
86+
uses: actions/cache@v4.0.2
8787
with:
8888
path: ${{ runner.tool_cache }}/MATLAB
8989
key: ${{ matrix.os }}-${{ matrix.matlab }}-yes

.github/workflows/profile_bfgs_big.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Cache MATLAB
5757
id: cache-matlab
58-
uses: actions/cache@v4.0.1
58+
uses: actions/cache@v4.0.2
5959
with:
6060
path: ${{ runner.tool_cache }}/MATLAB
6161
key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }}

.github/workflows/profile_bfgs_small.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Cache MATLAB
6262
id: cache-matlab
63-
uses: actions/cache@v4.0.1
63+
uses: actions/cache@v4.0.2
6464
with:
6565
path: ${{ runner.tool_cache }}/MATLAB
6666
key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }}

.github/workflows/profile_bfo_big.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Cache MATLAB
6666
id: cache-matlab
67-
uses: actions/cache@v4.0.1
67+
uses: actions/cache@v4.0.2
6868
with:
6969
path: ${{ runner.tool_cache }}/MATLAB
7070
key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }}

.github/workflows/profile_bfo_small.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Cache MATLAB
6767
id: cache-matlab
68-
uses: actions/cache@v4.0.1
68+
uses: actions/cache@v4.0.2
6969
with:
7070
path: ${{ runner.tool_cache }}/MATLAB
7171
key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }}

.github/workflows/profile_big_reduction_factor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Cache MATLAB
5757
id: cache-matlab
58-
uses: actions/cache@v4.0.1
58+
uses: actions/cache@v4.0.2
5959
with:
6060
path: ${{ runner.tool_cache }}/MATLAB
6161
key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }}

.github/workflows/profile_dspd_big.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Cache MATLAB
5757
id: cache-matlab
58-
uses: actions/cache@v4.0.1
58+
uses: actions/cache@v4.0.2
5959
with:
6060
path: ${{ runner.tool_cache }}/MATLAB
6161
key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }}

.github/workflows/profile_dspd_small.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Cache MATLAB
5757
id: cache-matlab
58-
uses: actions/cache@v4.0.1
58+
uses: actions/cache@v4.0.2
5959
with:
6060
path: ${{ runner.tool_cache }}/MATLAB
6161
key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }}

.github/workflows/profile_lam_big.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Cache MATLAB
5858
id: cache-matlab
59-
uses: actions/cache@v4.0.1
59+
uses: actions/cache@v4.0.2
6060
with:
6161
path: ${{ runner.tool_cache }}/MATLAB
6262
key: ${{ matrix.os }}-${{ matrix.matlab }}-${{ matrix.with_optim_toolbox }}

0 commit comments

Comments
 (0)