Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Commit 191ab7b

Browse files
Bump home-assistant/builder from 2024.08.1 to 2024.08.2 (home-assistant#221)
Bumps [home-assistant/builder](https://github.com/home-assistant/builder) from 2024.08.1 to 2024.08.2. - [Release notes](https://github.com/home-assistant/builder/releases) - [Commits](home-assistant/builder@2024.08.1...2024.08.2) --- 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 a60da4f commit 191ab7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@2024.08.1
55+
uses: home-assistant/builder@2024.08.2
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@2024.08.1
33+
uses: home-assistant/builder@2024.08.2
3434
with:
3535
args: |
3636
--test \

0 commit comments

Comments
 (0)