From dc311af743f46e3b878c32e3fbe54893f85a4856 Mon Sep 17 00:00:00 2001 From: "Andrew J.Swan" Date: Fri, 21 Jun 2024 10:53:44 +0300 Subject: [PATCH] Update Build Actions for ESPHome 2024.6 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03667760..5b229c1c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,8 +20,8 @@ jobs: - name: Checkout source code uses: actions/checkout@v3.3.0 - name: Build firmware - uses: esphome/build-action@v1.8.0 + uses: esphome/build-action@v3 id: esphome-build with: yaml_file: ${{ matrix.firmware.file }} - version: latest \ No newline at end of file + version: latest