File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ jobs:
252252 # oneapi-ci/scripts/install_windows.bat
253253 - name : cache install oneapi
254254 id : cache-install
255- uses : actions/cache@v4
255+ uses : actions/cache@v5
256256 with :
257257 path : C:\Program Files (x86)\Intel\oneAPI\
258258 key : install-${{ env.WINDOWS_BASEKIT_URL }}-${{ env.WINDOWS_BASEKIT_COMPONENTS }}-${{ env.WINDOWS_HPCKIT_URL }}-${{ env.WINDOWS_HPCKIT_COMPONENTS }}
Original file line number Diff line number Diff line change 5050 # oneapi-ci/scripts/install_windows.bat
5151 - name : cache install oneapi
5252 id : cache-install
53- uses : actions/cache@v4
53+ uses : actions/cache@v5
5454 with :
5555 path : C:\Program Files (x86)\Intel\oneAPI\
5656 key : install-${{ env.WINDOWS_BASEKIT_URL }}-${{ env.WINDOWS_BASEKIT_COMPONENTS }}-${{ env.WINDOWS_HPCKIT_URL }}-${{ env.WINDOWS_HPCKIT_COMPONENTS }}
You can’t perform that action at this time.
0 commit comments