From 4227a01e62cd3f0f81eab0e516dd0ce01d4e5d86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 14:54:18 +0200 Subject: [PATCH] Bump home-assistant/wheels from 2021.05.4 to 2021.06.0 (#51569) Bumps [home-assistant/wheels](https://github.com/home-assistant/wheels) from 2021.05.4 to 2021.06.0. - [Release notes](https://github.com/home-assistant/wheels/releases) - [Commits](https://github.com/home-assistant/wheels/compare/2021.05.4...2021.06.0) --- updated-dependencies: - dependency-name: home-assistant/wheels dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 ab506274585..02ae3ccbbd0 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -82,7 +82,7 @@ jobs: name: requirements_diff - name: Build wheels - uses: home-assistant/wheels@2021.05.4 + uses: home-assistant/wheels@2021.06.0 with: tag: ${{ matrix.tag }} arch: ${{ matrix.arch }} @@ -152,7 +152,7 @@ jobs: done - name: Build wheels - uses: home-assistant/wheels@2021.05.4 + uses: home-assistant/wheels@2021.06.0 with: tag: ${{ matrix.tag }} arch: ${{ matrix.arch }}