Skip to content

Commit 2c05f7e

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72ec3c1 commit 2c05f7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_cuda_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: cache install cuda
4040
id: cache-install
41-
uses: actions/cache@v4
41+
uses: actions/cache@v5
4242
with:
4343
path: C:\Program Files (x86)\Intel\oneAPI\
4444
key: install-${{ env.CUDATOOLKIT_URL }}-${{ env.CUDATOOLKIT_COMPONENTS }}

.github/workflows/build_mkl_windows.yml

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

3535
- name: cache install oneapi
3636
id: cache-install
37-
uses: actions/cache@v4
37+
uses: actions/cache@v5
3838
with:
3939
path: C:\Program Files (x86)\Intel\oneAPI\
4040
key: install-${{ env.WINDOWS_BASEKIT_URL }}-${{ env.WINDOWS_BASEKIT_COMPONENTS }}

0 commit comments

Comments
 (0)