Skip to content

Commit 22c060f

Browse files
Bump home-assistant/builder from 2025.03.0 to 2025.11.0
Bumps [home-assistant/builder](https://github.com/home-assistant/builder) from 2025.03.0 to 2025.11.0. - [Release notes](https://github.com/home-assistant/builder/releases) - [Commits](home-assistant/builder@2025.03.0...2025.11.0) --- updated-dependencies: - dependency-name: home-assistant/builder dependency-version: 2025.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf1ca55 commit 22c060f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
password: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- name: Publish ${{ matrix.arch }}
28-
uses: home-assistant/builder@2025.03.0
28+
uses: home-assistant/builder@2025.11.0
2929
with:
3030
args: |
3131
--addon \

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout the repository
1414
uses: actions/checkout@v3
1515
- name: Test build
16-
uses: home-assistant/builder@2025.03.0
16+
uses: home-assistant/builder@2025.11.0
1717
with:
1818
args: |
1919
--test \

0 commit comments

Comments
 (0)