Use build-action from ESPHome main

This commit is contained in:
Edward Firmo
2024-06-20 09:36:40 +02:00
parent 84084dbe7a
commit fcc291a018
2 changed files with 5 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ jobs:
steps: steps:
- uses: actions/checkout@main - uses: actions/checkout@main
- name: Build core - name: Build core
uses: esphome/build-action@v2.0.0 uses: esphome/build-action@main
with: with:
yaml_file: ".test/esphome_ard_basic.yaml" yaml_file: ".test/esphome_ard_basic.yaml"
@@ -88,7 +88,7 @@ jobs:
steps: steps:
- uses: actions/checkout@main - uses: actions/checkout@main
- name: Build core - name: Build core
uses: esphome/build-action@v2.0.0 uses: esphome/build-action@main
with: with:
yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml" yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml"
@@ -99,7 +99,7 @@ jobs:
steps: steps:
- uses: actions/checkout@main - uses: actions/checkout@main
- name: Build core - name: Build core
uses: esphome/build-action@v2.0.0 uses: esphome/build-action@main
with: with:
yaml_file: ".test/esphome_idf5_bluetooth_proxy.yaml" yaml_file: ".test/esphome_idf5_bluetooth_proxy.yaml"
... ...

View File

@@ -69,7 +69,7 @@ jobs:
- name: Firmware - name: Firmware
if: steps.matrix.outputs.cache-hit != 'true' if: steps.matrix.outputs.cache-hit != 'true'
uses: barndawgie/build-action@v1.9.0 uses: esphome/build-action@main
with: with:
yaml_file: ${{ matrix.yaml_file }} yaml_file: ${{ matrix.yaml_file }}
version: beta version: beta
@@ -93,7 +93,7 @@ jobs:
uses: actions/checkout@main uses: actions/checkout@main
- name: Build Bluetooth Proxy Firmware - name: Build Bluetooth Proxy Firmware
uses: barndawgie/build-action@v1.9.0 uses: esphome/build-action@main
with: with:
yaml_file: ${{ matrix.yaml_file }} yaml_file: ${{ matrix.yaml_file }}
version: beta version: beta