Skip to content

Commit ec410d2

Browse files
Bump esphome/workflows from 2025.4.0 to 2025.8.0 (#38)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6aa446 commit ec410d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-firmware.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
jobs:
1111
build-firmware:
1212
name: Build Firmware
13-
uses: esphome/workflows/.github/workflows/build.yml@2025.4.0
13+
uses: esphome/workflows/.github/workflows/build.yml@2025.8.0
1414
with:
1515
#### Modify below here to match your project ####
1616
files: |
@@ -28,7 +28,7 @@ jobs:
2828

2929
upload-to-release:
3030
name: Upload to Release
31-
uses: esphome/workflows/.github/workflows/upload-to-gh-release.yml@2025.4.0
31+
uses: esphome/workflows/.github/workflows/upload-to-gh-release.yml@2025.8.0
3232
needs:
3333
- build-firmware
3434
with:

0 commit comments

Comments
 (0)