Skip to content

Commit e7a8883

Browse files
Bump home-assistant/builder from 2025.03.0 to 2025.09.0 (#252)
1 parent 37583b0 commit e7a8883

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

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

5454
- name: Publish ${{ matrix.architecture }} builder
55-
uses: home-assistant/builder@2025.03.0
55+
uses: home-assistant/builder@2025.09.0
5656
with:
5757
args: |
5858
--${{ matrix.architecture }} \

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v5
3131

3232
- name: Build the builder
33-
uses: home-assistant/builder@2025.03.0
33+
uses: home-assistant/builder@2025.09.0
3434
with:
3535
args: |
3636
--test \

0 commit comments

Comments
 (0)