From 2ba8f0f4cbe4f94d52bf2de44c69fb5afc32983d Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Tue, 25 Jan 2022 10:32:03 -0800 Subject: [PATCH] Bump home-assistant/wheels to 2021.01 to pick up grpc changes (#64917) --- .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 815854f04a9..21ef518fb73 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -87,7 +87,7 @@ jobs: name: requirements_diff - name: Build wheels - uses: home-assistant/wheels@2022.01.0 + uses: home-assistant/wheels@2022.01.1 with: tag: ${{ matrix.tag }} arch: ${{ matrix.arch }} @@ -157,7 +157,7 @@ jobs: done - name: Build wheels - uses: home-assistant/wheels@2022.01.0 + uses: home-assistant/wheels@2022.01.1 with: tag: ${{ matrix.tag }} arch: ${{ matrix.arch }}