Skip to content

Commit a7f847c

Browse files
authored
Merge pull request #12 from ImagingDataCommons/dependabot/github_actions/actions-b213616a06
build(deps): Bump pypa/cibuildwheel from 2.17.0 to 2.20.0 in the actions group across 1 directory
2 parents 7dd0af5 + 861a5ff commit a7f847c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
fetch-depth: 0
110110

111-
- uses: pypa/cibuildwheel@v2.17.0
111+
- uses: pypa/cibuildwheel@v2.20.0
112112
env:
113113
CIBW_BUILD: "cp312-*"
114114
CIBW_ARCHS: "${{ matrix.arch }}"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
fetch-depth: 0
103103

104-
- uses: pypa/cibuildwheel@v2.17.0
104+
- uses: pypa/cibuildwheel@v2.20.0
105105
env:
106106
CIBW_BUILD: "${{ matrix.python-version }}-*"
107107
CIBW_ARCHS: "${{ matrix.arch }}"

0 commit comments

Comments
 (0)