Skip to content

Commit c3eefb6

Browse files
chore(deps): update pypa/cibuildwheel action to v3.3.0 (#1330)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c3041ce commit c3eefb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
fetch-depth: 0
100100

101101
- name: Create wheels
102-
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
102+
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
103103
with:
104104
package-dir: pact-python-cli
105105
env:

.github/workflows/build-ffi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
fetch-depth: 0
100100

101101
- name: Create wheels
102-
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
102+
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
103103
with:
104104
package-dir: pact-python-ffi
105105
env:

0 commit comments

Comments
 (0)