From 44613c3b92fa8d209fc6e81fbd6e3ac84f293b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 06:55:17 +0000 Subject: [PATCH] Bump esphome/build-action from 7.3.0 to 8.0.0 Bumps [esphome/build-action](https://github.com/esphome/build-action) from 7.3.0 to 8.0.0. - [Release notes](https://github.com/esphome/build-action/releases) - [Commits](https://github.com/esphome/build-action/compare/4ef4722a2935eac47b7e227fe0e1f8e0f8afcc42...6b9d3f593d626a2f0d2c17daebf0a97957d67425) --- updated-dependencies: - dependency-name: esphome/build-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6fecc8..e9134bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout source code uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: ESPHome ${{ matrix.esphome-version }} - uses: esphome/build-action@4ef4722a2935eac47b7e227fe0e1f8e0f8afcc42 # v7.3.0 + uses: esphome/build-action@6b9d3f593d626a2f0d2c17daebf0a97957d67425 # v8.0.0 with: yaml-file: ${{ matrix.file }}.yaml version: ${{ matrix.esphome-version }}