diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a1d9e68..56b3bcb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -161,7 +161,7 @@ jobs: if: matrix.target == 'native' && runner.os != 'Linux' - name: Test wheel - uses: actions-ext/python/test-wheel@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: module: python_template_rust if: matrix.target == 'native' && runner.os == 'Linux'