Skip to content

Commit

Permalink
Merge pull request #747 from igraph/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
ntamas authored Jan 22, 2024
2 parents a6929d8 + 669f150 commit 11b5690
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@ jobs:

- name: Cache installed C core
id: cache-c-core
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor/install
key: C-core-cache-${{ runner.os }}-${{ matrix.cmake_arch }}-llvm${{ env.LLVM_VERSION }}-${{ hashFiles('.git/modules/**/HEAD') }}

- name: Cache C core dependencies
id: cache-c-deps
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/local
key: deps-cache-v2-${{ runner.os }}-${{ matrix.cmake_arch }}-llvm${{ env.LLVM_VERSION }}
Expand Down Expand Up @@ -233,13 +233,13 @@ jobs:

- name: Cache installed C core
id: cache-c-core
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor/install
key: C-core-cache-${{ runner.os }}-${{ matrix.cmake_arch }}-${{ hashFiles('.git/modules/**/HEAD') }}

- name: Cache VCPKG
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: C:/vcpkg/installed/
key: vcpkg-${{ runner.os }}-${{ matrix.vcpkg_arch }}
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:

- name: Cache installed C core
id: cache-c-core
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
vendor/install
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:

- name: Cache installed C core
id: cache-c-core
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
vendor/build
Expand Down

0 comments on commit 11b5690

Please sign in to comment.