From 7bdc514c95ca08176e3d5ed22c27ab7c723c8d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 18:04:46 +0000 Subject: [PATCH] chore(ci): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [esphome/workflows/.github/workflows/build.yml](https://github.com/esphome/workflows). Updates `actions/checkout` from 6 to 7 - [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/v6...v7) 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/2026.4.1...2026.7.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major 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.yml | 2 +- .github/workflows/esphome-ci.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5fa531c..7f720c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -232,7 +232,7 @@ jobs: build-firmware: name: Build Firmware (${{ matrix.firmware_name }}) - uses: esphome/workflows/.github/workflows/build.yml@2026.4.1 + uses: esphome/workflows/.github/workflows/build.yml@2026.7.0 needs: - check-for-yaml - set-version diff --git a/.github/workflows/esphome-ci.yml b/.github/workflows/esphome-ci.yml index 4ef2069..e95e0be 100644 --- a/.github/workflows/esphome-ci.yml +++ b/.github/workflows/esphome-ci.yml @@ -48,7 +48,7 @@ jobs: esphome-version: ${{ fromJson(needs.prepare-matrix.outputs.versions) }} steps: - name: Checkout source code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: Build ESPHome firmware to verify configuration diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9ee8c0c..e649bd5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -59,7 +59,7 @@ jobs: strategy: matrix: firmware: ${{ fromJson(inputs.firmwares_json) }} - uses: esphome/workflows/.github/workflows/build.yml@2026.4.1 + uses: esphome/workflows/.github/workflows/build.yml@2026.7.0 with: files: ${{ matrix.firmware.yaml }} esphome-version: stable