Skip to content

Commit aad7bf5

Browse files
dependabot[bot]pyansys-ci-botmoe-ad
authored
build(actions): bump the build-related-actions group across 1 directory with 2 updates (#1063)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Muhammed Adedigba <[email protected]>
1 parent 97bb4fd commit aad7bf5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build-ci-wheels/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ runs:
9595

9696
- name: "Set up QEMU"
9797
if: ${{ inputs.cibw-archs == 'aarch64' }}
98-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
98+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
9999
with:
100100
platforms: arm64
101101

102102
- name: "Build wheels for CPython ${{ inputs.python-version }}"
103103
if: ${{ inputs.requires-pypy == 'false' }}
104-
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
104+
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
105105
env:
106106
CIBW_BUILD: ${{ inputs.cibw-build }}
107107
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
@@ -110,7 +110,7 @@ runs:
110110

111111
- name: "Build wheels for PyPy"
112112
if: ${{ inputs.requires-pypy == 'true' && inputs.cibw-archs != 'aarch64' }}
113-
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
113+
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
114114
env:
115115
CIBW_BUILD: "pp39-*"
116116
CIBW_SKIP: ${{ inputs.cibw-skip }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump the build-related-actions group across 1 directory with 2 updates

0 commit comments

Comments
 (0)