diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index a28f9b5314..5238d12e1b 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -52,7 +52,7 @@ jobs: # give it a correct version even on non-tag push. fetch-depth: 0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 name: Install Python with: python-version: '3.7'