From a0399ca1ab9fc6189d56b9bf77fe55f9caa33b56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:19:28 +1300 Subject: [PATCH] Bump esphome/build-action from 4.0.3 to 4.0.4 (#105) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 ee1955b..3ed808f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,7 +84,7 @@ jobs: run: | sed -i "s/version: dev/version: ${{ needs.prepare.outputs.version }}/g" ${{ matrix.file }} - name: Build Firmware - uses: esphome/build-action@v4.0.3 + uses: esphome/build-action@v4.0.4 id: esphome-build with: yaml-file: ${{ matrix.file }}