Fix wheels build by pinning wheels action (#3710)

This commit is contained in:
Franck Nijhof 2022-06-30 10:07:39 +02:00 committed by GitHub
parent bd106be026
commit b85936774a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ jobs:
- name: Build wheels - name: Build wheels
if: needs.init.outputs.requirements == 'true' if: needs.init.outputs.requirements == 'true'
uses: home-assistant/wheels@master uses: home-assistant/wheels@2022.01.2
with: with:
tag: ${{ env.WHEELS_TAG }} tag: ${{ env.WHEELS_TAG }}
arch: ${{ matrix.arch }} arch: ${{ matrix.arch }}