forked from esphome/wake-word-voice-assistants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump esphome/workflows from 2024.11.1 to 2024.11.3 (esphome#37)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Add glyphsets in substitutions and use that for all fonts
- Loading branch information
1 parent
dbdb99d
commit 0036059
Showing
2 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ concurrency: | |
jobs: | ||
build-firmware: | ||
name: Build Firmware | ||
uses: esphome/workflows/.github/workflows/[email protected].1 | ||
uses: esphome/workflows/.github/workflows/[email protected].3 | ||
with: | ||
files: | | ||
esp32-s3-box/esp32-s3-box.factory.yaml | ||
|
@@ -30,15 +30,15 @@ jobs: | |
name: Upload to R2 | ||
needs: | ||
- build-firmware | ||
uses: esphome/workflows/.github/workflows/[email protected].1 | ||
uses: esphome/workflows/.github/workflows/[email protected].3 | ||
with: | ||
directory: wake-word-voice-assistant | ||
secrets: inherit | ||
|
||
upload-to-release: | ||
name: Upload to Release | ||
if: github.event_name == 'release' | ||
uses: esphome/workflows/.github/workflows/[email protected].1 | ||
uses: esphome/workflows/.github/workflows/[email protected].3 | ||
needs: | ||
- build-firmware | ||
with: | ||
|
@@ -47,7 +47,7 @@ jobs: | |
promote-beta: | ||
name: Promote to Beta | ||
if: github.event_name == 'release' | ||
uses: esphome/workflows/.github/workflows/[email protected].1 | ||
uses: esphome/workflows/.github/workflows/[email protected].3 | ||
needs: | ||
- upload-to-r2 | ||
with: | ||
|
@@ -60,7 +60,7 @@ jobs: | |
promote-prod: | ||
name: Promote to Production | ||
if: github.event_name == 'release' && github.event.release.prerelease == false | ||
uses: esphome/workflows/.github/workflows/[email protected].1 | ||
uses: esphome/workflows/.github/workflows/[email protected].3 | ||
needs: | ||
- upload-to-r2 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters