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 }}