mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-21 16:16:31 +00:00
Fix wheels build by pinning wheels action (#3710)
This commit is contained in:
parent
bd106be026
commit
b85936774a
2
.github/workflows/builder.yml
vendored
2
.github/workflows/builder.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user