Skip to content

Commit 3f07783

Browse files
Bump home-assistant/builder from 2024.08.2 to 2025.02.0 (#235)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7db34eb commit 3f07783

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
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@2024.08.2
55+
uses: home-assistant/builder@2025.02.0
5656
with:
5757
args: |
5858
--${{ matrix.architecture }} \

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v4
3131

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

0 commit comments

Comments
 (0)