From 8a0fa6a9724224e58846a50c2f78abd571d3de03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 06:56:47 +0000 Subject: [PATCH] Bump esphome/build-action from 2.0.0 to 2.0.1 Bumps [esphome/build-action](https://github.com/esphome/build-action) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/esphome/build-action/releases) - [Commits](https://github.com/esphome/build-action/compare/v2.0.0...v2.0.1) --- 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 aefa86d..5edace1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 - name: Build firmware - uses: esphome/build-action@v2.0.0 + uses: esphome/build-action@v2.0.1 id: esphome-build with: yaml_file: ${{ matrix.firmware.file }}