gemini-code-assist[bot] commented on code in PR #626:
URL: https://github.com/apache/tvm-ffi/pull/626#discussion_r3429372881
##########
.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
Review Comment:

The commit hash `294735312765b09d24a2fbec22660ce817587d55` corresponds to
`v2.21.0` of `pypa/cibuildwheel`, not `v4.1.0`. Update the comment to reflect
the correct version.
```yaml
uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 #
v2.21.0
```
##########
.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
Review Comment:

The commit hash `294735312765b09d24a2fbec22660ce817587d55` corresponds to
`v2.21.0` of `pypa/cibuildwheel`, not `v4.1.0`. Update the comment to reflect
the correct version.
```yaml
uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 #
v2.21.0
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]