From 2f823e4754c6c9cf9d59ecf74f01a83b986c0cc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 06:34:39 +0000 Subject: [PATCH] Bump home-assistant/wheels from 2021.07.0 to 2022.10.1 Bumps [home-assistant/wheels](https://github.com/home-assistant/wheels) from 2021.07.0 to 2022.10.1. - [Release notes](https://github.com/home-assistant/wheels/releases) - [Commits](https://github.com/home-assistant/wheels/compare/2021.07.0...2022.10.1) --- updated-dependencies: - dependency-name: home-assistant/wheels dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .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 9cced377f8c4d..b8a76fc4c2ee4 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@2021.07.0 + uses: home-assistant/wheels@2022.10.1 with: tag: ${{ matrix.tag }} arch: ${{ matrix.arch }} @@ -150,7 +150,7 @@ jobs: done - name: Build wheels - uses: home-assistant/wheels@2021.07.0 + uses: home-assistant/wheels@2022.10.1 with: tag: ${{ matrix.tag }} arch: ${{ matrix.arch }}