File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
if : matrix.use_qemu && fromJSON(env.USE_QEMU)
115
115
116
116
- name : Build wheels
117
- uses : pypa/cibuildwheel@v2.20
117
+ uses : pypa/cibuildwheel@v2.21
118
118
if : (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
119
119
env :
120
120
CIBW_ARCHS : " ${{ matrix.arch }}"
@@ -143,7 +143,7 @@ jobs:
143
143
fetch-depth : 0 # required for versioneer to find tags
144
144
145
145
- name : Build wheels
146
- uses : pypa/cibuildwheel@v2.20
146
+ uses : pypa/cibuildwheel@v2.21
147
147
env :
148
148
CIBW_ARCHS : " ${{ matrix.arch }}"
149
149
CIBW_BUILD : " cp39-manylinux_*"
@@ -243,7 +243,7 @@ jobs:
243
243
path : dist
244
244
245
245
- name : Generate artifact attestation for sdist and wheel
246
- uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
246
+ uses : actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
247
247
with :
248
248
subject-path : " dist/cmake-*"
249
249
Original file line number Diff line number Diff line change 45
45
46
46
- name : Create Pull Request
47
47
if : github.ref == 'refs/heads/main' && github.repository == 'scikit-build/cmake-python-distributions'
48
- uses : peter-evans/create-pull-request@v6
48
+ uses : peter-evans/create-pull-request@v7
49
49
with :
50
50
commit-message : ' [Bot] Update to ${{ matrix.dependency_nice }} ${{ steps.bump.outputs.version }}'
51
51
title : ' [Bot] Update to ${{ matrix.dependency_nice }} ${{ steps.bump.outputs.version }}'
You can’t perform that action at this time.
0 commit comments