Skip to content

Commit 47e6971

Browse files
chore(deps): bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `pypa/cibuildwheel` from 2.22 to 2.23 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.22...v2.23) Updates `actions/attest-build-provenance` from 2.2.0 to 2.2.3 - [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@520d128...c074443) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c1c5e3 commit 47e6971

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build-wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Prepare build files
105105
run: pipx run nox -s prepare
106106

107-
- uses: pypa/cibuildwheel@v2.22
107+
- uses: pypa/cibuildwheel@v2.23
108108
env:
109109
CIBW_BUILD: "${{ matrix.build }}*"
110110
CIBW_ARCHS: ${{ matrix.arch }}

.github/workflows/deploy-cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ls -l dist/
3636

3737
- name: Generate artifact attestation for sdist and wheel
38-
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
38+
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
3939
with:
4040
subject-path: "dist/awkward*cpp-*"
4141

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: pipx run twine check dist/*
8989

9090
- name: Generate artifact attestation for sdist and wheel
91-
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
91+
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
9292
with:
9393
subject-path: "dist/awkward-*"
9494

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Generate build files
3434
run: pipx run nox -s prepare -- --headers --signatures --tests
3535

36-
- uses: pypa/cibuildwheel@v2.22
36+
- uses: pypa/cibuildwheel@v2.23
3737
with:
3838
package-dir: awkward-cpp
3939
env:

.github/workflows/packaging-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ jobs:
6868
- name: Prepare build files
6969
run: pipx run nox -s prepare
7070

71-
- uses: pypa/cibuildwheel@v2.22
71+
- uses: pypa/cibuildwheel@v2.23
7272
env:
7373
CIBW_ARCHS_MACOS: universal2
7474
CIBW_BUILD: cp39-win_amd64 cp310-manylinux_x86_64 cp39-macosx_universal2
7575
with:
7676
package-dir: awkward-cpp
7777

78-
- uses: pypa/cibuildwheel@v2.22
78+
- uses: pypa/cibuildwheel@v2.23
7979
if: matrix.os == 'ubuntu-latest'
8080
env:
8181
CIBW_BUILD: cp312-manylinux_x86_64

0 commit comments

Comments
 (0)