Skip to content

Commit 347a42a

Browse files
authored
Merge pull request #855 from igraph/dependabot/github_actions/actions/setup-python-6
2 parents dfa303a + 64877e3 commit 347a42a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
submodules: true
156156
fetch-depth: 0
157157

158-
- uses: actions/setup-python@v5
158+
- uses: actions/setup-python@v6
159159
name: Install Python
160160
with:
161161
python-version: "3.12.1"
@@ -279,7 +279,7 @@ jobs:
279279
if: steps.cache-c-core.outputs.cache-hit != 'true' # Only needed when building the C core
280280
run: sudo apt install ninja-build cmake flex bison
281281

282-
- uses: actions/setup-python@v5
282+
- uses: actions/setup-python@v6
283283
name: Install Python
284284
with:
285285
python-version: "3.9"
@@ -326,7 +326,7 @@ jobs:
326326
if: steps.cache-c-core.outputs.cache-hit != 'true' # Only needed when building the C core
327327
run: sudo apt install ninja-build cmake flex bison
328328

329-
- uses: actions/setup-python@v5
329+
- uses: actions/setup-python@v6
330330
name: Install Python
331331
with:
332332
python-version: "3.12"

0 commit comments

Comments
 (0)