Skip to content

Commit

Permalink
build(deps): bump esphome/build-action from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [esphome/build-action](https://github.com/esphome/build-action) from 1 to 2.
- [Release notes](https://github.com/esphome/build-action/releases)
- [Commits](esphome/build-action@v1...v2)

---
updated-dependencies:
- dependency-name: esphome/build-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent e653732 commit 0915cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/esphome_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
working-directory: ${{ github.workspace }}

- name: Build ESPHOME az-delivery-devkit-v4
uses: esphome/build-action@v1
uses: esphome/build-action@v2
with:
yaml_file: config/nexxtender.yaml

- name: Build ESPHOME esp32-s3-devkitc-1
uses: esphome/build-action@v1
uses: esphome/build-action@v2
with:
yaml_file: config/nexxtender.s3.yaml

0 comments on commit 0915cd7

Please sign in to comment.