From 41f3c67be9d8c742e49e84019a8d9fc9a4d0cdc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 12 May 2021 10:03:15 +0200 Subject: [PATCH] Pin wheels build version (#50515) --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 949c628689d..6e6184e6d5d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -81,7 +81,7 @@ jobs: name: requirements_diff - name: Build wheels - uses: home-assistant/wheels@master + uses: home-assistant/wheels@2021.05.1 with: tag: ${{ matrix.tag }} arch: ${{ matrix.arch }} @@ -151,7 +151,7 @@ jobs: done - name: Build wheels - uses: home-assistant/wheels@master + uses: home-assistant/wheels@2021.05.1 with: tag: ${{ matrix.tag }} arch: ${{ matrix.arch }}