Skip to content

Commit 741270d

Browse files
chore(deps): bump the actions group with 7 updates
Bumps the actions group with 7 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `1` | `5` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [seanmiddleditch/gha-setup-ninja](https://github.com/seanmiddleditch/gha-setup-ninja) | `5` | `6` | | [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) | `2.22` | `3.1` | | [actions/labeler](https://github.com/actions/labeler) | `5` | `6` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `5` | | [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | `2.0.1` | `3.0.0` | Updates `actions/checkout` from 1 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v5) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `seanmiddleditch/gha-setup-ninja` from 5 to 6 - [Release notes](https://github.com/seanmiddleditch/gha-setup-ninja/releases) - [Commits](seanmiddleditch/gha-setup-ninja@v5...v6) Updates `pypa/cibuildwheel` from 2.22 to 3.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.22...v3.1) Updates `actions/labeler` from 5 to 6 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v5...v6) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) Updates `actions/attest-build-provenance` from 2.0.1 to 3.0.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@c4fbc64...977bb37) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: seanmiddleditch/gha-setup-ninja dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: '3.1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/labeler dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 741d86f commit 741270d

File tree

7 files changed

+41
-41
lines changed

7 files changed

+41
-41
lines changed

.github/workflows/ci.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ jobs:
9696
runs-on: ${{ matrix.runs-on }}
9797

9898
steps:
99-
- uses: actions/checkout@v4
99+
- uses: actions/checkout@v5
100100

101101
- name: Setup Python ${{ matrix.python }}
102-
uses: actions/setup-python@v5
102+
uses: actions/setup-python@v6
103103
with:
104104
python-version: ${{ matrix.python }}
105105
allow-prereleases: true
@@ -225,7 +225,7 @@ jobs:
225225
timeout-minutes: 40
226226
container: quay.io/pypa/musllinux_1_2_x86_64:latest
227227
steps:
228-
- uses: actions/checkout@v4
228+
- uses: actions/checkout@v5
229229
with:
230230
fetch-depth: 0
231231

@@ -266,7 +266,7 @@ jobs:
266266
runs-on: ubuntu-20.04
267267

268268
steps:
269-
- uses: actions/checkout@v4
269+
- uses: actions/checkout@v5
270270

271271
- name: Setup Python ${{ matrix.python-version }} (deadsnakes)
272272
uses: deadsnakes/action@v3.2.0
@@ -366,7 +366,7 @@ jobs:
366366
container: "silkeh/clang:${{ matrix.clang }}${{ matrix.container_suffix }}"
367367

368368
steps:
369-
- uses: actions/checkout@v4
369+
- uses: actions/checkout@v5
370370

371371
- name: Add wget and python3
372372
run: apt-get update && apt-get install -y python3-dev python3-numpy python3-pytest libeigen3-dev
@@ -400,7 +400,7 @@ jobs:
400400
container: nvidia/cuda:12.2.0-devel-ubuntu22.04
401401

402402
steps:
403-
- uses: actions/checkout@v4
403+
- uses: actions/checkout@v5
404404

405405
# tzdata will try to ask for the timezone, so set the DEBIAN_FRONTEND
406406
- name: Install 🐍 3
@@ -424,7 +424,7 @@ jobs:
424424
# container: centos:8
425425
#
426426
# steps:
427-
# - uses: actions/checkout@v4
427+
# - uses: actions/checkout@v5
428428
#
429429
# - name: Add Python 3 and a few requirements
430430
# run: yum update -y && yum install -y git python3-devel python3-numpy python3-pytest make environment-modules
@@ -469,7 +469,7 @@ jobs:
469469
# tzdata will try to ask for the timezone, so set the DEBIAN_FRONTEND
470470
DEBIAN_FRONTEND: 'noninteractive'
471471
steps:
472-
- uses: actions/checkout@v4
472+
- uses: actions/checkout@v5
473473

474474
- name: Add NVHPC Repo
475475
run: |
@@ -529,7 +529,7 @@ jobs:
529529
container: "gcc:${{ matrix.gcc }}"
530530

531531
steps:
532-
- uses: actions/checkout@v4
532+
- uses: actions/checkout@v5
533533

534534
- name: Add Python 3
535535
run: apt-get update; apt-get install -y python3-dev python3-numpy python3-pytest python3-pip libeigen3-dev
@@ -587,7 +587,7 @@ jobs:
587587
name: "🐍 3 • ICC latest • x64"
588588

589589
steps:
590-
- uses: actions/checkout@v4
590+
- uses: actions/checkout@v5
591591

592592
- name: Add apt repo
593593
run: |
@@ -690,7 +690,7 @@ jobs:
690690

691691
steps:
692692
- name: Latest actions/checkout
693-
uses: actions/checkout@v4
693+
uses: actions/checkout@v5
694694

695695
- name: Add Python 3.8
696696
if: matrix.container == 'almalinux:8'
@@ -743,7 +743,7 @@ jobs:
743743
container: i386/debian:bullseye
744744

745745
steps:
746-
- uses: actions/checkout@v1 # v1 is required to run inside docker
746+
- uses: actions/checkout@v5 # v1 is required to run inside docker
747747

748748
- name: Install requirements
749749
run: |
@@ -786,9 +786,9 @@ jobs:
786786
runs-on: ubuntu-latest
787787

788788
steps:
789-
- uses: actions/checkout@v4
789+
- uses: actions/checkout@v5
790790

791-
- uses: actions/setup-python@v5
791+
- uses: actions/setup-python@v6
792792
with:
793793
python-version: "3.x"
794794

@@ -843,10 +843,10 @@ jobs:
843843
runs-on: windows-2019
844844

845845
steps:
846-
- uses: actions/checkout@v4
846+
- uses: actions/checkout@v5
847847

848848
- name: Setup Python ${{ matrix.python }}
849-
uses: actions/setup-python@v5
849+
uses: actions/setup-python@v6
850850
with:
851851
python-version: ${{ matrix.python }}
852852
architecture: x86
@@ -896,10 +896,10 @@ jobs:
896896
runs-on: windows-2019
897897

898898
steps:
899-
- uses: actions/checkout@v4
899+
- uses: actions/checkout@v5
900900

901901
- name: Setup Python ${{ matrix.python }}
902-
uses: actions/setup-python@v5
902+
uses: actions/setup-python@v6
903903
with:
904904
python-version: ${{ matrix.python }}
905905
architecture: x86
@@ -944,10 +944,10 @@ jobs:
944944
runs-on: windows-2022
945945

946946
steps:
947-
- uses: actions/checkout@v4
947+
- uses: actions/checkout@v5
948948

949949
- name: Setup Python ${{ matrix.python }}
950-
uses: actions/setup-python@v5
950+
uses: actions/setup-python@v6
951951
with:
952952
python-version: ${{ matrix.python }}
953953

@@ -1030,7 +1030,7 @@ jobs:
10301030
mingw-w64-${{matrix.env}}-python-scipy
10311031
mingw-w64-${{matrix.env}}-eigen3
10321032
1033-
- uses: actions/checkout@v4
1033+
- uses: actions/checkout@v5
10341034

10351035
- name: Configure C++11
10361036
# LTO leads to many undefined reference like
@@ -1110,21 +1110,21 @@ jobs:
11101110
run: env
11111111

11121112
- name: Checkout
1113-
uses: actions/checkout@v4
1113+
uses: actions/checkout@v5
11141114

11151115
- name: Set up Clang
11161116
uses: egor-tensin/setup-clang@v1
11171117

11181118
- name: Setup Python ${{ matrix.python }}
1119-
uses: actions/setup-python@v5
1119+
uses: actions/setup-python@v6
11201120
with:
11211121
python-version: ${{ matrix.python }}
11221122

11231123
- name: Update CMake
11241124
uses: jwlawson/actions-setup-cmake@v2.0
11251125

11261126
- name: Install ninja-build tool
1127-
uses: seanmiddleditch/gha-setup-ninja@v5
1127+
uses: seanmiddleditch/gha-setup-ninja@v6
11281128

11291129
- name: Run pip installs
11301130
run: |
@@ -1179,7 +1179,7 @@ jobs:
11791179
run: env
11801180

11811181
- name: Checkout
1182-
uses: actions/checkout@v4
1182+
uses: actions/checkout@v5
11831183

11841184
- name: Show Clang++ version before brew install llvm
11851185
run: clang++ --version

.github/workflows/configure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
runs-on: ${{ matrix.runs-on }}
5050

5151
steps:
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v5
5353

5454
- name: Setup Python 3.8
55-
uses: actions/setup-python@v5
55+
uses: actions/setup-python@v6
5656
with:
5757
python-version: 3.8
5858
architecture: ${{ matrix.arch }}

.github/workflows/emscripten.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
name: Pyodide wheel
1818
runs-on: ubuntu-22.04
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
with:
2222
submodules: true
2323
fetch-depth: 0
2424

25-
- uses: pypa/cibuildwheel@v2.22
25+
- uses: pypa/cibuildwheel@v3.1
2626
env:
2727
PYODIDE_BUILD_EXPORTS: whole_archive
2828
with:

.github/workflows/format.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
name: Format
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v4
29-
- uses: actions/setup-python@v5
28+
- uses: actions/checkout@v5
29+
- uses: actions/setup-python@v6
3030
with:
3131
python-version: "3.x"
3232
- name: Add matchers
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
container: silkeh/clang:18-bookworm
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4747

4848
- name: Install requirements
4949
run: apt-get update && apt-get install -y git python3-dev python3-pytest

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
steps:
1616

17-
- uses: actions/labeler@v5
17+
- uses: actions/labeler@v6
1818
if: >
1919
github.event.pull_request.merged == true &&
2020
!startsWith(github.event.pull_request.title, 'chore(deps):') &&

.github/workflows/pip.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
runs-on: windows-latest
2828

2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131

3232
- name: Setup 🐍 3.8
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3434
with:
3535
python-version: 3.8
3636

@@ -49,10 +49,10 @@ jobs:
4949
runs-on: ubuntu-latest
5050

5151
steps:
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v5
5353

5454
- name: Setup 🐍 3.8
55-
uses: actions/setup-python@v5
55+
uses: actions/setup-python@v6
5656
with:
5757
python-version: 3.8
5858

@@ -100,10 +100,10 @@ jobs:
100100

101101
steps:
102102
# Downloads all to directories matching the artifact names
103-
- uses: actions/download-artifact@v4
103+
- uses: actions/download-artifact@v5
104104

105105
- name: Generate artifact attestation for sdist and wheel
106-
uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
106+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
107107
with:
108108
subject-path: "*/pybind11*"
109109

.github/workflows/upstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
if: "contains(github.event.pull_request.labels.*.name, 'python dev')"
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828

2929
- name: Setup Python 3.13
30-
uses: actions/setup-python@v5
30+
uses: actions/setup-python@v6
3131
with:
3232
python-version: "3.13"
3333
allow-prereleases: true

0 commit comments

Comments
 (0)