From cfda4e510feb01042aa029fd0597a05f60bfc565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 06:40:05 +0000 Subject: [PATCH] Bump home-assistant/wheels from 2023.04.0 to 2023.09.1 Bumps [home-assistant/wheels](https://github.com/home-assistant/wheels) from 2023.04.0 to 2023.09.1. - [Release notes](https://github.com/home-assistant/wheels/releases) - [Commits](https://github.com/home-assistant/wheels/compare/2023.04.0...2023.09.1) --- updated-dependencies: - dependency-name: home-assistant/wheels dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/builder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index db6406e97..27489644a 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -60,7 +60,7 @@ jobs: fi - name: Build wheels - uses: home-assistant/wheels@2023.04.0 + uses: home-assistant/wheels@2023.09.1 if: steps.requirements.outputs.changed == 'true' with: tag: musllinux_1_2 @@ -71,7 +71,7 @@ jobs: requirements: "requirements.txt" - name: Build wheels cp311 - uses: home-assistant/wheels@2023.04.0 + uses: home-assistant/wheels@2023.09.1 if: steps.requirements.outputs.changed == 'true' with: tag: musllinux_1_2