Skip to content

Commit

Permalink
Merge pull request #744 from igraph/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5

build(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
ntamas authored Dec 11, 2023
2 parents 46fd675 + f7d6375 commit 7f78f46
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 @@ -23,7 +23,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 @@ -133,7 +133,7 @@ jobs:
path: ~/local
key: deps-cache-v2-${{ runner.os }}-${{ matrix.cmake_arch }}-llvm${{ env.LLVM_VERSION }}

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

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.11.2'
Expand Down Expand Up @@ -226,7 +226,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 @@ -295,7 +295,7 @@ jobs:
run:
sudo apt install ninja-build cmake flex bison

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.8'
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
run:
sudo apt install ninja-build cmake flex bison

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

0 comments on commit 7f78f46

Please sign in to comment.