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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-09-15 07:23:11 +02:00
committed by GitHub
parent 883b38cacc
commit 40d0401ccd

View File

@@ -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"