From 7b490a52a218fb4ce32c7bbecbfc3c56b06db6c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 04:48:26 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20esphome/build-act?= =?UTF-8?q?ion=20action=20to=20v5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-firmware.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 579de1c9..82297b9c 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -100,7 +100,7 @@ jobs: - name: 🧪 Display changed YAML file run: cat ${{ matrix.firmware }}/${{ matrix.device }}.yaml - name: 🔨 Build firmware - uses: esphome/build-action@v4.0.4 + uses: esphome/build-action@v5.0.0 id: esphome-build with: yaml-file: ${{ matrix.firmware }}/${{ matrix.device }}.yaml