Skip to content

Commit c941e24

Browse files
chore(deps): bump the actions group across 1 directory with 3 updates (#3153)
Bumps the actions group with 3 updates in the / directory: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/cibuildwheel` from 2.18.1 to 2.19.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.18.1...v2.19.1) Updates `actions/attest-build-provenance` from 1.1.2 to 1.3.2 - [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@173725a...bdd5137) Updates `pypa/gh-action-pypi-publish` from 1.8.14 to 1.9.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.14...v1.9.0) --- 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-minor dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ianna Osborne <[email protected]>
1 parent ba4890a commit c941e24

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Prepare build files
100100
run: pipx run nox -s prepare
101101

102-
- uses: pypa/cibuildwheel@v2.18.1
102+
- uses: pypa/cibuildwheel@v2.19.1
103103
env:
104104
CIBW_BUILD: "${{ matrix.build }}*"
105105
CIBW_ARCHS: ${{ matrix.arch }}
@@ -148,7 +148,7 @@ jobs:
148148

149149
- uses: docker/[email protected]
150150

151-
- uses: pypa/cibuildwheel@v2.18.1
151+
- uses: pypa/cibuildwheel@v2.19.1
152152
env:
153153
CIBW_BUILD: cp${{ matrix.python }}-*
154154
CIBW_ARCHS: ${{ matrix.arch }}

.github/workflows/deploy-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
run: ls -l dist/
3636

3737
- name: Generate artifact attestation for sdist and wheel
38-
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
38+
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
3939
with:
4040
subject-path: "dist/awkward*cpp-*"
4141

42-
- uses: pypa/gh-action-pypi-publish@v1.8.14
42+
- uses: pypa/gh-action-pypi-publish@v1.9.0

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
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@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
91+
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
9292
with:
9393
subject-path: "dist/awkward-*"
9494

@@ -135,7 +135,7 @@ jobs:
135135
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
136136
run: gh attestation verify dist/awkward-*.whl --repo ${{ github.repository }}
137137

138-
- uses: pypa/gh-action-pypi-publish@v1.8.14
138+
- uses: pypa/gh-action-pypi-publish@v1.9.0
139139

140140
publish-headers:
141141
name: "Publish header-only libraries alongside release"

.github/workflows/packaging-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ jobs:
6565
- name: Prepare build files
6666
run: pipx run nox -s prepare
6767

68-
- uses: pypa/cibuildwheel@v2.18.1
68+
- uses: pypa/cibuildwheel@v2.19.1
6969
env:
7070
CIBW_ARCHS_MACOS: universal2
7171
CIBW_BUILD: cp39-win_amd64 cp310-manylinux_x86_64 cp38-macosx_universal2
7272
with:
7373
config-file: cibuildwheel.toml
7474
package-dir: awkward-cpp
7575

76-
- uses: pypa/cibuildwheel@v2.18.1
76+
- uses: pypa/cibuildwheel@v2.19.1
7777
if: matrix.os == 'ubuntu-latest'
7878
env:
7979
CIBW_BUILD: cp312-manylinux_x86_64

0 commit comments

Comments
 (0)