Skip to content

Commit

Permalink
Update esphome/build-action action to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 21, 2024
1 parent a034fb7 commit cad29d3
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@v3.0.0
uses: esphome/build-action@v3.1.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@v3.0.0
uses: esphome/build-action@v3.1.0
with:
yaml_file: ${{ matrix.file }}

0 comments on commit cad29d3

Please sign in to comment.