From 4c96639509f78f09551d9c031ebd499804a8850e Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:24:00 +0200 Subject: [PATCH] Use build-action from ESPHome --- .github/workflows/validate_esphome.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index cdf5473..f3b8fef 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -87,7 +87,7 @@ jobs: - name: Firmware if: steps.matrix.outputs.cache-hit != 'true' - uses: barndawgie/build-action@v1.9.0 + uses: esphome/build-action@v2.0.0 with: yaml_file: ${{ matrix.yaml_file }} @@ -110,7 +110,7 @@ jobs: uses: actions/checkout@main - name: Build Bluetooth Proxy Firmware - uses: barndawgie/build-action@v1.9.0 + uses: esphome/build-action@v2.0.0 with: yaml_file: ${{ matrix.yaml_file }} ...