8000 Merge pull request #869 from igraph/dependabot/github_actions/actions… · igraph/python-igraph@7b80a75 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b80a75

Browse files
authored
Merge pull request #869 from igraph/dependabot/github_actions/actions/cache-5
2 parents b3a7834 + 863884c commit 7b80a75

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ jobs:
105105

106106
- name: Cache installed C core
107107
id: cache-c-core
108-
uses: actions/cache@v4
108+
uses: actions/cache@v5
109109
with:
110110
path: vendor/install
111111
key: C-core-cache-${{ runner.os }}-${{ matrix.cmake_arch }}-llvm${{ env.LLVM_VERSION }}-${{ hashFiles('.git/modules/**/HEAD') }}
112112

113113
- name: Cache C core dependencies
114114
id: cache-c-deps
115-
uses: actions/cache@v4
115+
uses: actions/cache@v5
116116
with:
117117
path: ~/local
118118
key: deps-cache-v2-${{ runner.os }}-${{ matrix.cmake_arch }}-llvm${{ env.LLVM_VERSION }}
@@ -216,13 +216,13 @@ jobs:
216216

217217
- name: Cache installed C core
218218
id: cache-c-core
219-
uses: actions/cache@v4
219+
uses: actions/cache@v5
220220
with:
221221
path: vendor/install
222222
key: C-core-cache-${{ runner.os }}-${{ matrix.cmake_arch }}-${{ hashFiles('.git/modules/**/HEAD') }}
223223

224224
- name: Cache VCPKG
225-
uses: actions/cache@v4
225+
uses: actions/cache@v5
226226
with:
227227
path: C:/vcpkg/installed/
228228
key: vcpkg-${{ runner.os }}-${{ matrix.vcpkg_arch }}
@@ -268,7 +268,7 @@ jobs:
268268

269269
- name: Cache installed C core
270270
id: cache-c-core
271-
uses: actions/cache@v4
271+
uses: actions/cache@v5
272272
with:
273273
path: |
274274
vendor/install
@@ -314,7 +314,7 @@ jobs:
314314

315315
- name: Cache installed C core
316316
id: cache-c-core
317-
uses: actions/cache@v4
317+
uses: actions/cache@v5
318318
with:
319319
path: |
320320
vendor/build

0 commit comments

Comments
 (0)
0