From ccd35ffc6fe284467e64d0d616ad6b9c098c0d4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 02:55:51 +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 b12ba307..f36a6475 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