Skip to content

Commit

Permalink
Bump home-assistant/builder from 2024.01.0 to 2024.03.5
Browse files Browse the repository at this point in the history
Bumps [home-assistant/builder](https://github.com/home-assistant/builder) from 2024.01.0 to 2024.03.5.
- [Release notes](https://github.com/home-assistant/builder/releases)
- [Commits](home-assistant/builder@2024.01.0...2024.03.5)

---
updated-dependencies:
- dependency-name: home-assistant/builder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent 50942ec commit 3b91924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/addon-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Build ${{ matrix.arch }} add-on
# if: github.event_name == 'push' && contains(github.ref, '/tags/v')
uses: home-assistant/builder@2024.01.0
uses: home-assistant/builder@2024.03.5
with:
args: |
--${{ matrix.arch }} \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Build ${{ matrix.arch }} add-on
# if: github.event_name == 'push' && contains(github.ref, '/tags/v')
uses: home-assistant/builder@2024.01.0
uses: home-assistant/builder@2024.03.5
with:
args: |
--${{ matrix.arch }} \
Expand Down

0 comments on commit 3b91924

Please sign in to comment.