Skip to content

Commit

Permalink
Bump home-assistant/builder from 2024.03.5 to 2024.08.2 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 8, 2024
1 parent 1849942 commit ed5be31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Build ${{ matrix.arch }} add-on
if: contains(steps.info.outputs.architectures, matrix.arch)
uses: home-assistant/builder@2024.03.5
uses: home-assistant/builder@2024.08.2
with:
args: |
--${{ matrix.arch }} \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Build ${{ matrix.arch }} add-on
if: contains(steps.info.outputs.architectures, matrix.arch)
uses: home-assistant/builder@2024.03.5
uses: home-assistant/builder@2024.08.2
with:
args: |
--${{ matrix.arch }} \
Expand Down

0 comments on commit ed5be31

Please sign in to comment.