1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-25 04:46:25 +00:00

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

View File

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