From a3c183b82dd376c53f82529fa713f7c1aa351577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 04:42:17 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cmake.yml | 2 +- .github/workflows/windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c23be942b2..87f8e7a6ed 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -249,7 +249,7 @@ jobs: # oneapi-ci/scripts/install_windows.bat - name: cache install oneapi id: cache-install - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: C:\Program Files (x86)\Intel\oneAPI\ key: install-${{ env.WINDOWS_TOOLKIT_URL }}-${{ env.WINDOWS_TOOLKIT_COMPONENTS }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0e7a8a4f3f..332b7d0b50 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -48,7 +48,7 @@ jobs: # oneapi-ci/scripts/install_windows.bat - name: cache install oneapi id: cache-install - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: C:\Program Files (x86)\Intel\oneAPI\ key: install-${{ env.WINDOWS_TOOLKIT_URL }}-${{ env.WINDOWS_TOOLKIT_COMPONENTS }}