Skip to content

Commit

Permalink
Merge pull request #158 from vtraag/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5
  • Loading branch information
vtraag authored Dec 11, 2023
2 parents 56e7241 + 0724adc commit d736cc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
submodules: true
fetch-depth: 0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.8'
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
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') }}

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.8'
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
submodules: true
fetch-depth: 0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.8'
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
submodules: true
fetch-depth: 0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.8'
Expand Down

0 comments on commit d736cc8

Please sign in to comment.