X Tutup
Skip to content

Commit f4c35af

Browse files
authored
Merge pull request #741 from icedland/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 311a010 + 2bc38f2 commit f4c35af

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
shell: bash
211211
run: bash build/ci-install-rust.sh
212212

213-
- uses: actions/setup-python@v5
213+
- uses: actions/setup-python@v6
214214
with:
215215
python-version: '3.8'
216216
- name: Install Python tools

.github/workflows/release.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
shell: bash
211211
run: bash build/ci-install-rust.sh
212212

213-
- uses: actions/setup-python@v5
213+
- uses: actions/setup-python@v6
214214
with:
215215
python-version: '3.8'
216216
- name: Install Python tools
@@ -318,7 +318,7 @@ jobs:
318318
shell: bash
319319
run: bash build/ci-install-rust.sh
320320

321-
- uses: actions/setup-python@v5
321+
- uses: actions/setup-python@v6
322322
with:
323323
python-version: '3.9'
324324
- name: Install Python tools
@@ -333,7 +333,7 @@ jobs:
333333
./build/build-python --no-set-rustflags --python python --quick-check
334334
git clean -xdf
335335
336-
- uses: actions/setup-python@v5
336+
- uses: actions/setup-python@v6
337337
with:
338338
python-version: '3.9'
339339
- name: Build and test the wheel
@@ -342,7 +342,7 @@ jobs:
342342
python --version 2>&1 | grep 'Python 3\.9'
343343
bash build/ci-py-build-wheels.sh --build
344344
345-
- uses: actions/setup-python@v5
345+
- uses: actions/setup-python@v6
346346
with:
347347
python-version: '3.10'
348348
- name: Build and test the wheel
@@ -351,7 +351,7 @@ jobs:
351351
python --version 2>&1 | grep 'Python 3\.10'
352352
bash build/ci-py-build-wheels.sh
353353
354-
- uses: actions/setup-python@v5
354+
- uses: actions/setup-python@v6
355355
with:
356356
python-version: '3.11'
357357
- name: Build and test the wheel
@@ -360,7 +360,7 @@ jobs:
360360
python --version 2>&1 | grep 'Python 3\.11'
361361
bash build/ci-py-build-wheels.sh
362362
363-
- uses: actions/setup-python@v5
363+
- uses: actions/setup-python@v6
364364
with:
365365
python-version: '3.12'
366366
- name: Build and test the wheel
@@ -369,7 +369,7 @@ jobs:
369369
python --version 2>&1 | grep 'Python 3\.12'
370370
bash build/ci-py-build-wheels.sh
371371
372-
- uses: actions/setup-python@v5
372+
- uses: actions/setup-python@v6
373373
with:
374374
python-version: '3.13'
375375
- name: Build and test the wheel
@@ -402,7 +402,7 @@ jobs:
402402
shell: bash
403403
run: bash build/ci-install-rust.sh
404404

405-
- uses: actions/setup-python@v5
405+
- uses: actions/setup-python@v6
406406
with:
407407
python-version: '3.8'
408408
- name: Install Python tools
@@ -417,7 +417,7 @@ jobs:
417417
./build/build-python --no-set-rustflags --python python --quick-check
418418
git clean -xdf
419419
420-
- uses: actions/setup-python@v5
420+
- uses: actions/setup-python@v6
421421
with:
422422
python-version: '3.8'
423423
- name: Build and test the wheel
@@ -426,7 +426,7 @@ jobs:
426426
python --version 2>&1 | grep 'Python 3\.8'
427427
bash build/ci-py-build-wheels.sh --build
428428
429-
- uses: actions/setup-python@v5
429+
- uses: actions/setup-python@v6
430430
with:
431431
python-version: '3.9'
432432
- name: Build and test the wheel
@@ -435,7 +435,7 @@ jobs:
435435
python --version 2>&1 | grep 'Python 3\.9'
436436
bash build/ci-py-build-wheels.sh
437437
438-
- uses: actions/setup-python@v5
438+
- uses: actions/setup-python@v6
439439
with:
440440
python-version: '3.10'
441441
- name: Build and test the wheel
@@ -444,7 +444,7 @@ jobs:
444444
python --version 2>&1 | grep 'Python 3\.10'
445445
bash build/ci-py-build-wheels.sh
446446
447-
- uses: actions/setup-python@v5
447+
- uses: actions/setup-python@v6
448448
with:
449449
python-version: '3.11'
450450
- name: Build and test the wheel
@@ -453,7 +453,7 @@ jobs:
453453
python --version 2>&1 | grep 'Python 3\.11'
454454
bash build/ci-py-build-wheels.sh
455455
456-
- uses: actions/setup-python@v5
456+
- uses: actions/setup-python@v6
457457
with:
458458
python-version: '3.12'
459459
- name: Build and test the wheel
@@ -462,7 +462,7 @@ jobs:
462462
python --version 2>&1 | grep 'Python 3\.12'
463463
bash build/ci-py-build-wheels.sh
464464
465-
- uses: actions/setup-python@v5
465+
- uses: actions/setup-python@v6
466466
with:
467467
python-version: '3.13'
468468
- name: Build and test the wheel
@@ -471,7 +471,7 @@ jobs:
471471
python --version 2>&1 | grep 'Python 3\.13'
472472
bash build/ci-py-build-wheels.sh
473473
474-
- uses: actions/setup-python@v5
474+
- uses: actions/setup-python@v6
475475
with:
476476
python-version: 'pypy-3.10'
477477
- name: Build and test the wheel
@@ -481,7 +481,7 @@ jobs:
481481
python --version 2>&1 | grep 'Python 3\.10'
482482
bash build/ci-py-build-wheels.sh --build --py-kind pypy
483483
484-
- uses: actions/setup-python@v5
484+
- uses: actions/setup-python@v6
485485
with:
486486
python-version: 'pypy-3.11'
487487
- name: Build and test the wheel
@@ -527,7 +527,7 @@ jobs:
527527
rustup default stable-i686-pc-windows-msvc
528528
rustup show
529529
530-
- uses: actions/setup-python@v5
530+
- uses: actions/setup-python@v6
531531
with:
532532
python-version: '3.8'
533533
architecture: x86
@@ -537,7 +537,7 @@ jobs:
537537
python --version 2>&1 | grep 'Python 3\.8'
538538
bash build/ci-py-build-wheels.sh --build
539539
540-
- uses: actions/setup-python@v5
540+
- uses: actions/setup-python@v6
541541
with:
542542
python-version: '3.9'
543543
architecture: x86
@@ -547,7 +547,7 @@ jobs:
547547
python --version 2>&1 | grep 'Python 3\.9'
548548
bash build/ci-py-build-wheels.sh
549549
550-
- uses: actions/setup-python@v5
550+
- uses: actions/setup-python@v6
551551
with:
552552
python-version: '3.10'
553553
architecture: x86
@@ -557,7 +557,7 @@ jobs:
557557
python --version 2>&1 | grep 'Python 3\.10'
558558
bash build/ci-py-build-wheels.sh
559559
560-
- uses: actions/setup-python@v5
560+
- uses: actions/setup-python@v6
561561
with:
562562
python-version: '3.11'
563563
architecture: x86
@@ -567,7 +567,7 @@ jobs:
567567
python --version 2>&1 | grep 'Python 3\.11'
568568
bash build/ci-py-build-wheels.sh
569569
570-
- uses: actions/setup-python@v5
570+
- uses: actions/setup-python@v6
571571
with:
572572
python-version: '3.12'
573573
architecture: x86
@@ -577,7 +577,7 @@ jobs:
577577
python --version 2>&1 | grep 'Python 3\.12'
578578
bash build/ci-py-build-wheels.sh
579579
580-
- uses: actions/setup-python@v5
580+
- uses: actions/setup-python@v6
581581
with:
582582
python-version: '3.13'
583583
architecture: x86
@@ -628,7 +628,7 @@ jobs:
628628
with:
629629
distribution: ${{env.JAVA_DISTRIBUTION}}
630630
java-version: ${{env.JAVA_VERSION}}
631-
- uses: actions/setup-python@v5
631+
- uses: actions/setup-python@v6
632632
with:
633633
python-version: '3.x'
634634
- uses: actions/setup-node@v5

0 commit comments

Comments
 (0)
X Tutup