Skip to content

Commit d521145

Browse files
Merge pull request #390 from flintlib/dependabot/github_actions/minor-patch-dependencies-885fad7411
build(deps): bump the minor-patch-dependencies group with 7 updates
2 parents 9e106c8 + d59babc commit d521145

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ jobs:
8181
# -------------- Windows stuff ---------------- #
8282

8383
- if: ${{ matrix.os == 'windows-2022' }}
84-
uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2.31.0
84+
uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1
8585
with:
8686
msystem: ucrt64
8787
update: true
8888

8989
- if: ${{ matrix.os == 'windows-11-arm' }}
90-
uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2.31.0
90+
uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1
9191
with:
9292
msystem: clangarm64
9393
update: true
@@ -128,15 +128,15 @@ jobs:
128128
# ------------- actual build ------------- #
129129

130130
- name: Build wheels
131-
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
131+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
132132
env:
133133
CIBW_PLATFORM: ${{ matrix.cibw_platform }}
134134
CIBW_BUILD: ${{ matrix.kind == 'pyodide' && env.PYODIDE_CIBW_BUILD || matrix.cibw_build }}
135135
CIBW_PYODIDE_VERSION: ${{ env.PYODIDE_VERSION }}
136136
# override setting in pyproject.toml to use msys2 instead of msys64 bash
137137
CIBW_BEFORE_ALL_WINDOWS: ${{ matrix.os == 'windows-11-arm' && 'msys2 -c bin/cibw_before_all_windows_arm64.sh' || 'msys2 -c bin/cibw_before_all_windows_amd64.sh' }}
138138

139-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
139+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
140140
with:
141141
name: ${{ matrix.artifact_name }}
142142
path: wheelhouse/*.whl
@@ -158,7 +158,7 @@ jobs:
158158
- run: pip install build
159159
- run: python -m build --sdist
160160

161-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
161+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
162162
with:
163163
name: sdist
164164
path: dist/*.tar.gz
@@ -220,7 +220,7 @@ jobs:
220220
with:
221221
python-version: ${{ env.PYODIDE_PYTHON_VERSION }}
222222

223-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
223+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
224224
with:
225225
node-version: '22'
226226

@@ -454,7 +454,7 @@ jobs:
454454
run: mkdir dist && cp wheelhouse/*.whl dist
455455

456456
- name: Upload wheels
457-
uses: scientific-python/upload-nightly-action@5748273c71e2d8d3a61f3a11a16421c8954f9ecf # 0.6.3
457+
uses: scientific-python/upload-nightly-action@e76cfec8a4611fd02808a801b0ff5a7d7c1b2d99 # 0.6.4
458458
with:
459459
artifacts_path: dist
460460
# This token is generated from anaconda.org
@@ -494,7 +494,7 @@ jobs:
494494
# It is recommended to pin a commit hash here for security but it
495495
# should be kept up to date. Possibly all actions and dependencies used
496496
# by the build script should be pinned...
497-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
497+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
498498

499499
# Make a GitHub release
500500

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Run zizmor
24-
uses: zizmorcore/zizmor-action@e639db99335bc9038abc0e066dfcd72e23d26fb4 # v0.3.0
24+
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
2525
with:
2626
advanced-security: false
2727
annotations: true

0 commit comments

Comments
 (0)