Skip to content

Commit e37f869

Browse files
Bump home-assistant/builder from 2024.08.2 to 2025.02.0
Bumps [home-assistant/builder](https://github.com/home-assistant/builder) from 2024.08.2 to 2025.02.0. - [Release notes](https://github.com/home-assistant/builder/releases) - [Commits](2024.08.2...2025.02.0) --- updated-dependencies: - dependency-name: home-assistant/builder dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7db34eb commit e37f869

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)