From 40d0401ccd9419bc66d4b0edc46ebb9d800a6fe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 07:23:11 +0200 Subject: [PATCH] build(deps): bump home-assistant/builder from 2026.06.0 to 2026.09.0 (#3065) Bumps [home-assistant/builder](https://github.com/home-assistant/builder) from 2026.06.0 to 2026.09.0. - [Release notes](https://github.com/home-assistant/builder/releases) - [Commits](https://github.com/home-assistant/builder/compare/2026.06.0...2026.09.0) --- updated-dependencies: - dependency-name: home-assistant/builder dependency-version: 2026.09.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/onpush_builder.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/onpush_builder.yaml b/.github/workflows/onpush_builder.yaml index e4286ec6c7..65cf286dcc 100644 --- a/.github/workflows/onpush_builder.yaml +++ b/.github/workflows/onpush_builder.yaml @@ -306,7 +306,7 @@ jobs: id: build if: steps.info.outputs.build_arch == 'true' && steps.info.outputs.has_dockerfile == 'true' continue-on-error: true - uses: home-assistant/builder/actions/build-image@2026.06.0 + uses: home-assistant/builder/actions/build-image@2026.09.0 with: arch: ${{ matrix.arch }} cache-gha: "false" @@ -331,7 +331,7 @@ jobs: # else for the retry to be skipped from. - name: Build ${{ matrix.addon }} add-on (retry after failed attempt) if: steps.build.outcome == 'failure' - uses: home-assistant/builder/actions/build-image@2026.06.0 + uses: home-assistant/builder/actions/build-image@2026.09.0 with: arch: ${{ matrix.arch }} cache-gha: "false"