From f42ac337804bca0ce641e566dd632c7fe776fd00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 06:20:49 +0000 Subject: [PATCH] Bump home-assistant/wheels from 2022.01.2 to 2024.07.1 Bumps [home-assistant/wheels](https://github.com/home-assistant/wheels) from 2022.01.2 to 2024.07.1. - [Release notes](https://github.com/home-assistant/wheels/releases) - [Commits](https://github.com/home-assistant/wheels/compare/2022.01.2...2024.07.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 9a561d1199708..9fe1cb609071f 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.2 + uses: home-assistant/wheels@2024.07.1 with: tag: ${{ matrix.tag }} arch: ${{ matrix.arch }} @@ -152,7 +152,7 @@ jobs: done - name: Build wheels - uses: home-assistant/wheels@2022.01.2 + uses: home-assistant/wheels@2024.07.1 with: tag: ${{ matrix.tag }} arch: ${{ matrix.arch }}