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:
114114 if : matrix.use_qemu && fromJSON(env.USE_QEMU)
115115
116116 - name : Build wheels
117- uses : pypa/cibuildwheel@v2.20
117+ uses : pypa/cibuildwheel@v2.21
118118 if : (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
119119 env :
120120 CIBW_ARCHS : " ${{ matrix.arch }}"
@@ -143,7 +143,7 @@ jobs:
143143 fetch-depth : 0 # required for versioneer to find tags
144144
145145 - name : Build wheels
146- uses : pypa/cibuildwheel@v2.20
146+ uses : pypa/cibuildwheel@v2.21
147147 env :
148148 CIBW_ARCHS : " ${{ matrix.arch }}"
149149 CIBW_BUILD : " cp39-manylinux_*"
@@ -243,7 +243,7 @@ jobs:
243243 path : dist
244244
245245 - 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
247247 with :
248248 subject-path : " dist/cmake-*"
249249
Original file line number Diff line number Diff line change 4545
4646 - name : Create Pull Request
4747 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
4949 with :
5050 commit-message : ' [Bot] Update to ${{ matrix.dependency_nice }} ${{ steps.bump.outputs.version }}'
5151 title : ' [Bot] Update to ${{ matrix.dependency_nice }} ${{ steps.bump.outputs.version }}'
You can’t perform that action at this time.
0 commit comments