From 45d9f550ea0a2247d6b8ec92e294bbe3bad9fdda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:52:38 +0000 Subject: [PATCH] Update esphome/build-action action to v3 --- .github/workflows/build.yml | 2 +- .github/workflows/pr_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5edc47d..5152ec5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: with: config_file: .github/yamllint.yml - name: Build ESPHome firmware to verify configuration - uses: esphome/build-action@v2.0.0 + uses: esphome/build-action@v3.0.0 with: yaml_file: ${{ matrix.file }} publish: diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 21e7e5a..72a5e92 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -19,6 +19,6 @@ jobs: with: config_file: .github/yamllint.yml - name: Build ESPHome firmware to verify configuration - uses: esphome/build-action@v2.0.0 + uses: esphome/build-action@v3.0.0 with: yaml_file: ${{ matrix.file }}