Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 11, 2023
1 parent 0e6d871 commit 718a9dd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/3dprinter-octoprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Build ${{ matrix.addon }} add-on
if: steps.check.outputs.build_arch == 'true'
uses: home-assistant/builder@2023.06.0
uses: home-assistant/builder@2023.08.0
with:
args: |
${{ env.BUILD_ARGS }} \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3dprinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Build ${{ matrix.addon }} add-on
if: steps.check.outputs.build_arch == 'true'
uses: home-assistant/builder@2023.06.0
uses: home-assistant/builder@2023.08.0
with:
args: |
${{ env.BUILD_ARGS }} \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

- name: Build ${{ matrix.addon }} add-on
if: steps.check.outputs.build_arch == 'true'
uses: home-assistant/builder@2023.06.0
uses: home-assistant/builder@2023.08.0
with:
args: |
${{ env.BUILD_ARGS }} \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iperf3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Build ${{ matrix.addon }} add-on
if: steps.check.outputs.build_arch == 'true'
uses: home-assistant/builder@2023.06.0
uses: home-assistant/builder@2023.08.0
with:
args: |
${{ env.BUILD_ARGS }} \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mjpg-streamer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Build ${{ matrix.addon }} add-on
if: steps.check.outputs.build_arch == 'true'
uses: home-assistant/builder@2023.06.0
uses: home-assistant/builder@2023.08.0
with:
args: |
${{ env.BUILD_ARGS }} \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Build ${{ matrix.addon }} add-on
if: steps.check.outputs.build_arch == 'true'
uses: home-assistant/builder@2023.06.0
uses: home-assistant/builder@2023.08.0
with:
args: |
${{ env.BUILD_ARGS }} \
Expand Down

0 comments on commit 718a9dd

Please sign in to comment.