Skip to content

Commit

Permalink
Use a fixed version for the builder (#71)
Browse files Browse the repository at this point in the history
* Use a fixed version for the builder

* Use fixed version
  • Loading branch information
lildude authored Aug 12, 2024
1 parent 359d3ea commit 5fe80d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publisher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and publish
uses: home-assistant/builder@master
uses: home-assistant/builder@2024.03.5
with:
args: |
--${{ matrix.arch }} \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/[email protected]

- name: Build add-on
uses: home-assistant/builder@master
uses: home-assistant/builder@2024.03.5
with:
args: |
--test \
Expand Down

0 comments on commit 5fe80d4

Please sign in to comment.