From d1a5e141e5b0313cccb71e8a3075800b3ab4e0f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 18:44:06 +0000 Subject: [PATCH] Bump esphome/build-action from 2.0.0 to 3.1.0 Bumps [esphome/build-action](https://github.com/esphome/build-action) from 2.0.0 to 3.1.0. - [Release notes](https://github.com/esphome/build-action/releases) - [Commits](https://github.com/esphome/build-action/compare/v2.0.0...v3.1.0) --- updated-dependencies: - dependency-name: esphome/build-action dependency-type: direct:production update-type: version-update:semver-major ... 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 d4af98c..1de6aae 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@v2.0.0 + uses: esphome/build-action@v3.1.0 with: yaml_file: esphome_hx711_smart_scale.yaml