Skip to content

Commit

Permalink
Merge pull request #26 from bruvv/renovate/esphome-build-action-3.x
Browse files Browse the repository at this point in the history
Update esphome/build-action action to v3
  • Loading branch information
bruvv authored Jun 20, 2024
2 parents f7ce35e + 45d9f55 commit 1d47e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
config_file: .github/yamllint.yml
- name: Build ESPHome firmware to verify configuration
uses: esphome/build-action@v2.0.0
uses: esphome/build-action@v3.0.0
with:
yaml_file: ${{ matrix.file }}
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
with:
config_file: .github/yamllint.yml
- name: Build ESPHome firmware to verify configuration
uses: esphome/build-action@v2.0.0
uses: esphome/build-action@v3.0.0
with:
yaml_file: ${{ matrix.file }}

0 comments on commit 1d47e32

Please sign in to comment.