Skip to content

Commit

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

Chore(deps): Bump actions/cache from 3 to 4
  • Loading branch information
vtraag committed Jan 22, 2024
2 parents cb0bc63 + f141e8a commit c7b6a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Cache installed C core
id: cache-c-core
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: build-deps
key: C-core-cache-${{ runner.os }}-${{ matrix.cmake_arch }}-llvm${{ env.LLVM_VERSION }}-${{ hashFiles('scripts/build_igraph.sh') }}-${{ hashFiles('scripts/build_libleidenalg.sh') }}
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:

- name: Cache installed C core
id: cache-c-core
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: build-deps
key: C-core-cache-${{ runner.os }}-${{ matrix.cmake_arch }}-llvm${{ env.LLVM_VERSION }}-${{ hashFiles('scripts/build_igraph.sh') }}-${{ hashFiles('scripts/build_libleidenalg.sh') }}
Expand Down

0 comments on commit c7b6a2e

Please # to comment.