From c71e2b1d5b9b7cfb6ce45fd4998bb3d7e65ffecf Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 11 Jan 2022 12:21:40 +0100 Subject: [PATCH] Update wheels builder to 2022.01.0 (#63882) --- .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 75caa662e2a..3ecba62be14 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -85,7 +85,7 @@ jobs: name: requirements_diff - name: Build wheels - uses: home-assistant/wheels@2021.07.0 + uses: home-assistant/wheels@2022.01.0 with: tag: ${{ matrix.tag }} arch: ${{ matrix.arch }} @@ -154,7 +154,7 @@ jobs: done - name: Build wheels - uses: home-assistant/wheels@2021.07.0 + uses: home-assistant/wheels@2022.01.0 with: tag: ${{ matrix.tag }} arch: ${{ matrix.arch }}