From 88172b9fd1898a3d67c27396de734c8cc1208276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 10:29:02 +0000 Subject: [PATCH] chore(ci): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [esphome/workflows/.github/workflows/build.yml](https://github.com/esphome/workflows). Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0...3d3c42e5aac5ba805825da76410c181273ba90b1) Updates `esphome/workflows/.github/workflows/build.yml` from 2026.4.1 to 2026.8.1 - [Release notes](https://github.com/esphome/workflows/releases) - [Commits](https://github.com/esphome/workflows/compare/025a1e6255610c498ed590403b7e510b69e474df...0fdd5e311b7e744069166696072a1a9cbc5fbeb6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: esphome/workflows/.github/workflows/build.yml dependency-version: 2026.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-beta.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-beta.yml b/.github/workflows/build-beta.yml index 4498b12..8352bb1 100644 --- a/.github/workflows/build-beta.yml +++ b/.github/workflows/build-beta.yml @@ -23,7 +23,7 @@ jobs: outputs: v: ${{ steps.read.outputs.v }} steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - id: read @@ -42,7 +42,7 @@ jobs: # Beta serves OTA updates only, so it builds the end-user image # (H-3.yaml), not the first-flash Factory image. - { yaml: Integrations/ESPHome/H-3.yaml, name: firmware-standard } - uses: esphome/workflows/.github/workflows/build.yml@025a1e6255610c498ed590403b7e510b69e474df # 2026.4.1 + uses: esphome/workflows/.github/workflows/build.yml@0fdd5e311b7e744069166696072a1a9cbc5fbeb6 # 2026.8.1 with: files: ${{ matrix.yaml }} esphome-version: stable