build(deps): bump home-assistant/builder from 2026.06.0 to 2026.09.0

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>
This commit is contained in:
dependabot[bot]
2026-09-14 18:02:54 +00:00
committed by GitHub
parent 80821a7d9a
commit 7c08f6c8e0

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"