Skip to content

Commit f18b09d

Browse files
Merge pull request #384 from flintlib/dependabot/github_actions/minor-patch-dependencies-7fac7c8293
build(deps): bump the minor-patch-dependencies group with 2 updates
2 parents 54a1396 + c17aeb9 commit f18b09d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ jobs:
7272
# -------------- Windows stuff ---------------- #
7373

7474
- if: ${{ matrix.os == 'windows-2022' }}
75-
uses: msys2/setup-msys2@v2.30.0
75+
uses: msys2/setup-msys2@v2.31.0
7676
with:
7777
msystem: ucrt64
7878
update: true
7979

8080
- if: ${{ matrix.os == 'windows-11-arm' }}
81-
uses: msys2/setup-msys2@v2.30.0
81+
uses: msys2/setup-msys2@v2.31.0
8282
with:
8383
msystem: clangarm64
8484
update: true
@@ -118,7 +118,7 @@ jobs:
118118
# ------------- actual build ------------- #
119119

120120
- name: Build wheels
121-
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
121+
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
122122
env:
123123
CIBW_PLATFORM: ${{ matrix.cibw_platform }}
124124
CIBW_BUILD: ${{ matrix.kind == 'pyodide' && env.PYODIDE_CIBW_BUILD || matrix.cibw_build }}

0 commit comments

Comments
 (0)