From a685c6ff28361366fa7fc45d41a7737ceef86c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 15:15:00 +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.7.0 - [Release notes](https://github.com/esphome/workflows/releases) - [Commits](https://github.com/esphome/workflows/compare/025a1e6255610c498ed590403b7e510b69e474df...9f6577fd37b5cf773ab1b9be929714a0dcd15661) --- 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.7.0 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 1a990cd..5f4c034 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 @@ -43,7 +43,7 @@ jobs: # (MSR-2.yaml), not the first-flash Factory image. - { yaml: Integrations/ESPHome/beta-channel/MSR-2.yaml, name: firmware-standard } - { yaml: Integrations/ESPHome/beta-channel/MSR-2_BLE.yaml, name: firmware-ble-beta } - uses: esphome/workflows/.github/workflows/build.yml@025a1e6255610c498ed590403b7e510b69e474df # 2026.4.1 + uses: esphome/workflows/.github/workflows/build.yml@9f6577fd37b5cf773ab1b9be929714a0dcd15661 # 2026.7.0 with: files: ${{ matrix.yaml }} esphome-version: stable