From 12eeb142dda9910187874feb21aaf8bcb9cb95f0 Mon Sep 17 00:00:00 2001 From: Wobbe <62996429+huizebruin@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:47:32 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5edace1..084c9f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 - name: Build firmware - uses: esphome/build-action@v2.0.1 + uses: esphome/build-action@v3.0.0 id: esphome-build with: yaml_file: ${{ matrix.firmware.file }}