From fcc291a018e32c2cb3611d4891b67f53d36e5704 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:36:40 +0200 Subject: [PATCH] Use build-action from ESPHome main --- .github/workflows/validate_esphome.yml | 6 +++--- .github/workflows/validate_esphome_beta.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index 39688f6..4f7b025 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -77,7 +77,7 @@ jobs: steps: - uses: actions/checkout@main - name: Build core - uses: esphome/build-action@v2.0.0 + uses: esphome/build-action@main with: yaml_file: ".test/esphome_ard_basic.yaml" @@ -88,7 +88,7 @@ jobs: steps: - uses: actions/checkout@main - name: Build core - uses: esphome/build-action@v2.0.0 + uses: esphome/build-action@main with: yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml" @@ -99,7 +99,7 @@ jobs: steps: - uses: actions/checkout@main - name: Build core - uses: esphome/build-action@v2.0.0 + uses: esphome/build-action@main with: yaml_file: ".test/esphome_idf5_bluetooth_proxy.yaml" ... diff --git a/.github/workflows/validate_esphome_beta.yml b/.github/workflows/validate_esphome_beta.yml index ff9b88a..621e710 100644 --- a/.github/workflows/validate_esphome_beta.yml +++ b/.github/workflows/validate_esphome_beta.yml @@ -69,7 +69,7 @@ jobs: - name: Firmware if: steps.matrix.outputs.cache-hit != 'true' - uses: barndawgie/build-action@v1.9.0 + uses: esphome/build-action@main with: yaml_file: ${{ matrix.yaml_file }} version: beta @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@main - name: Build Bluetooth Proxy Firmware - uses: barndawgie/build-action@v1.9.0 + uses: esphome/build-action@main with: yaml_file: ${{ matrix.yaml_file }} version: beta