Skip to content

Commit 84c8e5a

Browse files
authored
Merge branch 'main' into patch-1
2 parents d17666b + d1b84d5 commit 84c8e5a

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

.github/workflows/build-minimal.yml

Lines changed: 2 additions & 2 deletions
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.4.0
14+
uses: esphome/workflows/.github/workflows/build.yml@2025.8.1
1515
with:
1616
files: |
1717
m5stack-atom-echo/m5stack-atom-echo.minimal.factory.yaml
@@ -27,7 +27,7 @@ jobs:
2727
- build-firmware
2828
steps:
2929
- name: Download Artifact
30-
uses: actions/download-artifact@v4.3.0
30+
uses: actions/download-artifact@v5.0.0
3131
with:
3232
path: files
3333

.github/workflows/build.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
workflow_dispatch:
66
release:
77
types: [published]
8+
schedule:
9+
- cron: '0 0 * * 0'
810

911
concurrency:
1012
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -13,7 +15,7 @@ concurrency:
1315
jobs:
1416
build-firmware:
1517
name: Build Firmware
16-
uses: esphome/workflows/.github/workflows/build.yml@2025.4.0
18+
uses: esphome/workflows/.github/workflows/build.yml@2025.8.1
1719
with:
1820
files: |
1921
esp32-s3-box/esp32-s3-box.factory.yaml
@@ -27,8 +29,8 @@ jobs:
2729

2830
build-minimal-firmware:
2931
name: Build Atom Echo Minimal Firmware
30-
uses: esphome/workflows/.github/workflows/build.yml@2025.4.0
31-
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
32+
uses: esphome/workflows/.github/workflows/build.yml@2025.8.1
33+
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'
3234
with:
3335
files: |
3436
m5stack-atom-echo/m5stack-atom-echo.minimal.factory.yaml
@@ -43,15 +45,15 @@ jobs:
4345
name: Upload to R2
4446
needs:
4547
- build-firmware
46-
uses: esphome/workflows/.github/workflows/upload-to-r2.yml@2025.4.0
48+
uses: esphome/workflows/.github/workflows/upload-to-r2.yml@2025.8.1
4749
with:
4850
directory: wake-word-voice-assistant
4951
secrets: inherit
5052

5153
upload-to-release:
5254
name: Upload to Release
5355
if: github.event_name == 'release'
54-
uses: esphome/workflows/.github/workflows/upload-to-gh-release.yml@2025.4.0
56+
uses: esphome/workflows/.github/workflows/upload-to-gh-release.yml@2025.8.1
5557
needs:
5658
- build-firmware
5759
with:
@@ -60,7 +62,7 @@ jobs:
6062
promote-beta:
6163
name: Promote to Beta
6264
if: github.event_name == 'release'
63-
uses: esphome/workflows/.github/workflows/promote-r2.yml@2025.4.0
65+
uses: esphome/workflows/.github/workflows/promote-r2.yml@2025.8.1
6466
needs:
6567
- upload-to-r2
6668
with:
@@ -73,7 +75,7 @@ jobs:
7375
promote-prod:
7476
name: Promote to Production
7577
if: github.event_name == 'release' && github.event.release.prerelease == false
76-
uses: esphome/workflows/.github/workflows/promote-r2.yml@2025.4.0
78+
uses: esphome/workflows/.github/workflows/promote-r2.yml@2025.8.1
7779
needs:
7880
- upload-to-r2
7981
with:

.github/workflows/yaml-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out code from GitHub
20-
uses: actions/checkout@v4.2.2
20+
uses: actions/checkout@v5.0.0
2121
- name: Run yamllint
2222
run: yamllint --strict .

esp32-s3-box/esp32-s3-box.factory.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ update:
2828
http_request:
2929

3030
dashboard_import:
31-
package_import_url: github://esphome/firmware/wake-word-voice-assistant/esp32-s3-box.yaml@main
31+
package_import_url: github://esphome/wake-word-voice-assistants/esp32-s3-box.yaml@main
3232

3333
wifi:
3434
on_connect:

0 commit comments

Comments
 (0)