Skip to content

Commit 56a1b67

Browse files
Bump home-assistant/builder from 2025.02.0 to 2025.03.0 (#240)
Bumps [home-assistant/builder](https://github.com/home-assistant/builder) from 2025.02.0 to 2025.03.0. - [Release notes](https://github.com/home-assistant/builder/releases) - [Commits](2025.02.0...2025.03.0) --- updated-dependencies: - dependency-name: home-assistant/builder dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7188536 commit 56a1b67

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.02.0
55+
uses: home-assistant/builder@2025.03.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@v4
3131

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

0 commit comments

Comments
 (0)