From 1fb1d8f0e0d6adc984448cb867de18b804eb7d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:00:55 +0000 Subject: [PATCH] Bump esphome/build-action from 4.0.3 to 4.0.4 Bumps [esphome/build-action](https://github.com/esphome/build-action) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/esphome/build-action/releases) - [Commits](https://github.com/esphome/build-action/compare/v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: esphome/build-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 1c765ca..e16abe8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,6 @@ jobs: python-version: ${{ matrix.python-version }} - name: ESPHome Builder - uses: esphome/build-action@v4.0.3 + uses: esphome/build-action@v4.0.4 with: yaml-file: esphome_hx711_smart_scale.yaml