From 2c05f7e9b4e97830dfe77a8648e066fb013931ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:08:57 +0000 Subject: [PATCH] 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](https://github.com/actions/cache/compare/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] --- .github/workflows/build_cuda_windows.yml | 2 +- .github/workflows/build_mkl_windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_cuda_windows.yml b/.github/workflows/build_cuda_windows.yml index b4f887ed..83cf1e95 100644 --- a/.github/workflows/build_cuda_windows.yml +++ b/.github/workflows/build_cuda_windows.yml @@ -38,7 +38,7 @@ jobs: - name: cache install cuda id: cache-install - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: C:\Program Files (x86)\Intel\oneAPI\ key: install-${{ env.CUDATOOLKIT_URL }}-${{ env.CUDATOOLKIT_COMPONENTS }} diff --git a/.github/workflows/build_mkl_windows.yml b/.github/workflows/build_mkl_windows.yml index c4c6af4c..ea9f1fdd 100644 --- a/.github/workflows/build_mkl_windows.yml +++ b/.github/workflows/build_mkl_windows.yml @@ -34,7 +34,7 @@ jobs: - name: cache install oneapi id: cache-install - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: C:\Program Files (x86)\Intel\oneAPI\ key: install-${{ env.WINDOWS_BASEKIT_URL }}-${{ env.WINDOWS_BASEKIT_COMPONENTS }}