Skip to content

Commit 190973d

Browse files
Update home-assistant/builder action to v2026.03.2 (#264)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d10c184 commit 190973d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publisher.yaml

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

4444
- name: Build and publish
45-
uses: home-assistant/builder@2026.02.1
45+
uses: home-assistant/builder@2026.03.2
4646
with:
4747
args: |
4848
--${{ matrix.arch }} \

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v6.0.2
3636

3737
- name: Build add-on
38-
uses: home-assistant/builder@2026.02.1
38+
uses: home-assistant/builder@2026.03.2
3939
with:
4040
args: |
4141
--test \

0 commit comments

Comments
 (0)