Skip to content

Commit 8379def

Browse files
Bump esphome/workflows/.github/workflows/build.yml
Bumps [esphome/workflows/.github/workflows/build.yml](https://github.com/esphome/workflows) from 2025.8.1 to 2025.10.0. - [Release notes](https://github.com/esphome/workflows/releases) - [Commits](esphome/workflows@2025.8.1...2025.10.0) --- updated-dependencies: - dependency-name: esphome/workflows/.github/workflows/build.yml dependency-version: 2025.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1b84d5 commit 8379def

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-minimal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
jobs:
1212
build-firmware:
1313
name: Build Firmware
14-
uses: esphome/workflows/.github/workflows/build.yml@2025.8.1
14+
uses: esphome/workflows/.github/workflows/build.yml@2025.10.0
1515
with:
1616
files: |
1717
m5stack-atom-echo/m5stack-atom-echo.minimal.factory.yaml

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
build-firmware:
1717
name: Build Firmware
18-
uses: esphome/workflows/.github/workflows/build.yml@2025.8.1
18+
uses: esphome/workflows/.github/workflows/build.yml@2025.10.0
1919
with:
2020
files: |
2121
esp32-s3-box/esp32-s3-box.factory.yaml
@@ -29,7 +29,7 @@ jobs:
2929

3030
build-minimal-firmware:
3131
name: Build Atom Echo Minimal Firmware
32-
uses: esphome/workflows/.github/workflows/build.yml@2025.8.1
32+
uses: esphome/workflows/.github/workflows/build.yml@2025.10.0
3333
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'
3434
with:
3535
files: |

0 commit comments

Comments
 (0)