This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git
The following commit(s) were added to refs/heads/main by this push:
new a2c0b6c [CI] Bump pinned GitHub Action hashes (#626)
a2c0b6c is described below
commit a2c0b6cac9c71d460a70ce744cda0ad6d2d49494
Author: Tianqi Chen <[email protected]>
AuthorDate: Wed Jun 17 11:34:14 2026 -0400
[CI] Bump pinned GitHub Action hashes (#626)
Bump the pinned cibuildwheel GitHub Action hash to pypa/cibuildwheel
v4.1.0.
The pypa/gh-action-pypi-publish and pre-commit/action pins were already
at the requested hashes.
---
.github/actions/build-orcjit-wheel/action.yml | 2 +-
.github/actions/build-wheel-for-publish/action.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/actions/build-orcjit-wheel/action.yml
b/.github/actions/build-orcjit-wheel/action.yml
index 0b8844f..4d0fda5 100644
--- a/.github/actions/build-orcjit-wheel/action.yml
+++ b/.github/actions/build-orcjit-wheel/action.yml
@@ -88,7 +88,7 @@ runs:
# ---- Build and test wheels ----
- name: Build and test wheels
- uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e #
v3.3.1
+ uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 #
v4.1.0
with:
package-dir: addons/tvm_ffi_orcjit
output-dir: wheelhouse
diff --git a/.github/actions/build-wheel-for-publish/action.yml
b/.github/actions/build-wheel-for-publish/action.yml
index 27d862f..d5adb6a 100644
--- a/.github/actions/build-wheel-for-publish/action.yml
+++ b/.github/actions/build-wheel-for-publish/action.yml
@@ -93,7 +93,7 @@ runs:
- name: Build wheels
if: ${{ inputs.build_wheels == 'true' }}
- uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e #
v3.3.1
+ uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 #
v4.1.0
env:
CIBW_ARCHS_MACOS: ${{ inputs.arch }}
CIBW_ARCHS_LINUX: ${{ inputs.arch }}