From f465d01fcd191ebb7cefcad5459e14ffdcaf68fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 19:59:57 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20esphome/build-act?= =?UTF-8?q?ion=20action=20to=20v2=20(#407)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 16df3d7..0c700f3 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -89,7 +89,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v4.1.1 - name: 🔨 Build firmware - uses: esphome/build-action@v1.9.0 + uses: esphome/build-action@v2.0.0 id: esphome-build with: yaml_file: ${{ matrix.firmware }}/${{ matrix.device }}.yaml