Skip to content

Commit 7270430

Browse files
authored
Merge pull request #15720 from firemodels/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents ea0c40f + 1843247 commit 7270430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)